Ability to override authorization end-point for OIDC #1822
Unanswered
SaurabhAZip
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
I am using dex as identity service for multiple Idp's (google and github)
Dex provides discovery URL as example.com and
github auth url - example.com/auth/github
google auth url - example.com/auth/google
Now when we are using step-ca server to generate short-lived certificate, browser window opens the default discovery url - example.com and user has to choose one of the IdP.
For our use case, i would like to specify one Idp.
E.g. configurationEndPoint - example.com
authEndPoint-example.com/auth/github
But there is no way to add provisioner with --authorization-endpoint option.
Although interestingly,
step oauth
already provides the
--authorization-endpoint
option
I am happy to make changes and create a PR for the changes if there are no objections.
Beta Was this translation helpful? Give feedback.
All reactions