docs icon indicating copy to clipboard operation
docs copied to clipboard

example using as an external OIDC Identity Provider (IDP)

Open c-nv-s opened this issue 1 year ago • 0 comments

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.

c-nv-s avatar Oct 07 '24 12:10 c-nv-s