You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
From the source here, I can see there are 3 OIDC providers supported by default
backend/admin-ui/src/pages/settings/auth-providers/[id].tsx
Line 139 in 16aed0e
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.
The text was updated successfully, but these errors were encountered: