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

Support OIDC discovery based configuration for endpoints #23

Open
mefarazath opened this issue May 10, 2021 · 0 comments
Open

Support OIDC discovery based configuration for endpoints #23

mefarazath opened this issue May 10, 2021 · 0 comments

Comments

@mefarazath
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently to configure endpoints related to authentication, use has to manually edit a property file and fill in all the endpoints

authorizeEndpoint=https://accounts.asgardeo.io/t/<yourTenantDomain>/oauth2/authorize
logoutEndpoint=https://accounts.asgardeo.io/t/<yourTenantDomain>/oidc/logout
tokenEndpoint=https://accounts.asgardeo.io/t/<yourTenantDomain>/oauth2/token
issuer=https://accounts.asgardeo.io/t/<yourTenantDomain>/oauth2/token
jwksEndpoint=https://accounts.asgardeo.io/t/<yourTenantDomain>/oauth2/jwks

Describe the solution you would prefer
Instead of all these input we should be able to discovery all the endpoints required simply using the issuer value using OIDC discovery

Additional context

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

No branches or pull requests

1 participant