OpenID-Connect-PHP icon indicating copy to clipboard operation
OpenID-Connect-PHP copied to clipboard

Minimalist OpenID Connect client

Results 127 OpenID-Connect-PHP issues
Sort by recently updated
recently updated
newest added

Added support for `private_key_jwt` Client Authentication method according to https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication. **List of common tasks a pull request require complete** - [x] Changelog entry is added or the pull request don't...

https://github.com/jumbojett/OpenID-Connect-PHP/blob/96b1295daa137ab2f9f1ebee50278e79ba280ad8/src/OpenIDConnectClient.php#L975 OpenID-Connect-PHP can now do without the xml wrapping of keys and natively parse the json webkeys in phpseclib: https://github.com/phpseclib/phpseclib/releases/tag/3.0.15 https://github.com/phpseclib/phpseclib/commit/0b3c6e27fcdd58d747cea054d536e319a38ca5be

When `$_SERVER['SERVER_PORT']` is set, the `getRedirectUrl` method always includes a port number, even when the port is 80 or 443. This is caused by comparing a string (`$_SERVER['SERVER_PORT']`) with an...

Currently, when calling the `authenticate()` function, you're redirected to the Identity Provider. This assumes that the currently executing script is the frontend in the user's browser. When implementing API-based applications...

If the id token is present when refreshing, capture it

Fix issue with Azure B2C that already use a parameter. **List of common tasks a pull request require complete** - [ ] Changelog entry is added or the pull request...

Correct the calls to addScope in the documentation, as 1.0.0 appears to require an array of scope(s), not a string which was previously used.

**List of common tasks a pull request require complete** - [x] Changelog entry is added or the pull request don't alter library's functionality