https://github.com/jumbojett/OpenID-Connect-PHP/blob/f7c91b9079bf96323b5eb3ab4383f297f21d98d1/src/OpenIDConnectClient.php#L747
The nonce is always created directly before the redirection (authen...
# Context
We were using Auth0 and this library to handle OIDC login. Recently Auth0 rolled a change that prevent apps from calling them via plaintext (see https://community.auth0.com/t/action-re...
The `schema=openid` is indeed not part of the Userinfo request anymore.
https://openid.net/specs/openid-connect-core-1_0.html#UserInfoRequest
I think it was part of an earlier specification. In...
Hi @ricklambrechts do you have an idea whether this change will be adopted? Or whom to nudge?
We're investigating what dependency to use to enable OIDC, and a split up interface would make this pa...