Skip to content

OIDC endpoint discovery#20

Draft
milliams wants to merge 2 commits intomasterfrom
oidc_discovery
Draft

OIDC endpoint discovery#20
milliams wants to merge 2 commits intomasterfrom
oidc_discovery

Conversation

@milliams
Copy link
Copy Markdown
Collaborator

OIDC endpoints are best set via the discovery mechanism rather than hard-coding paths. This is not supported by oauth2, but a smaller library on top by the same author, openidconnect does support it. Currently it's quite verbose to code this due to the API, but both oauth2 and openidconenct are due a new major release quite soon, so will return to this after that is out.

@milliams milliams added the enhancement New feature or request label Jul 30, 2024
@milliams milliams force-pushed the master branch 4 times, most recently from 67cab5f to 34717c9 Compare September 10, 2024 15:58
@milliams milliams force-pushed the master branch 2 times, most recently from 984f986 to 2aa204f Compare January 7, 2025 17:07
@milliams
Copy link
Copy Markdown
Collaborator Author

oauth2 version 5 is now out along with openidconnect 4. This can possibly now be implemented upon those.

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant