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

example using as an external OIDC Identity Provider (IDP) #55

Open
c-nv-s opened this issue Oct 7, 2024 · 0 comments
Open

example using as an external OIDC Identity Provider (IDP) #55

c-nv-s opened this issue Oct 7, 2024 · 0 comments

Comments

@c-nv-s
Copy link
Contributor

c-nv-s commented Oct 7, 2024

as far as I understand Authorizer can also be used as an external Identity provider for other apps using OIDC, but I cannot find an example in the docs as to what values from Authorizer to use in the configuration of the other app.
Typically you would need these values e.g. if using Google as an IDP:

callback_urls: ["http://localhost:8000/v1beta1/auth/callback"]
oidc_config:
  google:
    client_id: "xxxxx.apps.googleusercontent.com"
    client_secret: "xxxxx"
    issuer_url: "https://accounts.google.com"

I think an example demonstrating the Authorizer equivalent should be in the docs.

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

No branches or pull requests

1 participant