Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Add support for generic OIDC and OAuth connectors #44

Open
abelanger5 opened this issue Mar 28, 2023 · 0 comments
Open

Add support for generic OIDC and OAuth connectors #44

abelanger5 opened this issue Mar 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@abelanger5
Copy link
Contributor

It should be possible to extend the auth mechanism to include more generic OIDC/OAuth integrations.

The config can look something like Dex OIDC connectors.

connectors:
- type: oidc
  id: google
  name: Google
  config:
    # Canonical URL of the provider, also used for configuration discovery.
    # This value MUST match the value returned in the provider config discovery.
    #
    # See: https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig
    issuer: https://accounts.google.com

    # Connector config values starting with a "$" will read from the environment.
    clientID: $GOOGLE_CLIENT_ID
    clientSecret: $GOOGLE_CLIENT_SECRET

    # Dex's issuer URL + "/callback"
    redirectURI: http://127.0.0.1:5556/callback
@abelanger5 abelanger5 added the enhancement New feature or request label Apr 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant