Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify OIDC can work with IDPs which do not have a discovery endpoint #5827

Closed
sberyozkin opened this issue Nov 28, 2019 · 1 comment
Closed
Labels
area/oidc kind/enhancement New feature or request
Milestone

Comments

@sberyozkin
Copy link
Member

sberyozkin commented Nov 28, 2019

Description
Right now OIDC adapter depends on the OAuth2 discovery to find out about all the endpoints OIDC adapters like Keycloak provide.

In cases when it is not possible, introspection-path and jwks-path properties are available.

But we don't know if it actually works.

Implementation ideas
Provide a test similar to the one Loic did for the oauth2 extension

@sberyozkin sberyozkin added kind/enhancement New feature or request area/oidc labels Nov 28, 2019
@sberyozkin sberyozkin changed the title Verify OIDC 'introspection-path' property can be used when IDP does not have a discovery endpoint Verify OIDC can work with IDPs which do not have a discovery endpoint Nov 29, 2019
@sberyozkin sberyozkin added this to the 1.7.0 - master milestone Jul 10, 2020
@sberyozkin
Copy link
Member Author

See #10613

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/oidc kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant