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

Allow custom OIDC provider #303

Open
winston0410 opened this issue Oct 21, 2024 · 1 comment
Open

Allow custom OIDC provider #303

winston0410 opened this issue Oct 21, 2024 · 1 comment

Comments

@winston0410
Copy link

From the source here, I can see there are 3 OIDC providers supported by default

userInfoUrl: "https://graph.microsoft.com/oidc/userinfo",

But I wonder if I can define my own OIDC provider, and disable these default providers? I guess to achieve that, we might have to create a table in Postgres to record that. Alternatively env variable should do the job as well.

@virtualzone
Copy link
Collaborator

Hi @winston0410,
you can use your own OIDC provider. The provided templates are just meant as a quick start.

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

2 participants