Skip to content

Commit

Permalink
CIL-1800 Fix broken Microsoft OAuth2 login
Browse files Browse the repository at this point in the history
A change in the firebase/php-jwt library makes Microsoft OAuth2 logins
fail during the JWT::decode() call. Try to fix this by forcing an older
version of the php-jwt library.
  • Loading branch information
terrencegf committed Jul 21, 2023
1 parent 6122266 commit 68de83f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"pear/net_ldap2": "^2.2.0",
"pear/log": "^1.13.3",
"pear/db": "dev-trunk",
"firebase/php-jwt": "6.5.0",
"thenetworg/oauth2-azure": "^2.1.1",
"tubalmartin/cssmin": "^4.1.1"
},
Expand Down

0 comments on commit 68de83f

Please sign in to comment.