Skip to content

Implement OpenID Connect Discovery - PHP 8#37

Open
FWest98 wants to merge 7 commits intosteverhoades:masterfrom
FWest98:fw/discovery-php8
Open

Implement OpenID Connect Discovery - PHP 8#37
FWest98 wants to merge 7 commits intosteverhoades:masterfrom
FWest98:fw/discovery-php8

Conversation

@FWest98
Copy link
Copy Markdown

@FWest98 FWest98 commented Jan 17, 2023

This PR implements support for automatic discovery of OpenID Connect configuration, as specified here.

Fixes #22

Details: adds an issuer configuration field, which, when present, will cause the provider to dynamically set all other options based on the data at the /.well-known/openid-configuration endpoint. This includes public key configuration.

This new version now includes the latest changes for PHP 8 support.

@rafaelklaessen
Copy link
Copy Markdown

thank you for (re)opening this MR! :)

@RobertArissen
Copy link
Copy Markdown

RobertArissen commented Jan 27, 2023

Looks great, i like to use it! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support OpenID Connect Discovery to pull in endpoint urls and keysets

3 participants