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

Make library generic to all OIDC Providers #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

saumitrabhave
Copy link

Instead of hardcoding the URLs I have modified the code to look at OIDC Discovery URL at <ISSUER>/.well-known/openid-configuration

I have also made sure that commands are backward compatible so that existing commands / tutorials need not change.

I have also added a few more switches to the tool that allow modifying the AuthorizeEndpoint like scopes and redirectUri.

UserInfo endpoint can be used for different claim types like sub, name, email

Thanks for writing this tool, Hope my contribution helps.

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.

None yet

1 participant