+
Provider Configuration
+
+
+
+
setIssuerUrl(e.target.value)}
+ placeholder="https://your-provider.com"
+ disabled={isSaving}
+ />
+
+ The base URL of your OIDC provider. Discovery document will be fetched from /.well-known/openid-configuration.
+
+
+
+
+
+
+
+
setScopes(e.target.value)}
+ placeholder="openid profile email"
+ disabled={isSaving}
+ />
+
+ Space-separated list of OIDC scopes to request. Common scopes: openid, profile, email, groups.
+
+
+
+
+
+
User Provisioning
+
+
+
+
+ When enabled, new users will be created automatically when they sign in via OIDC for the first time.
+
+
+
+
+
+
setAdminGroup(e.target.value)}
+ placeholder="admin, orchard-admins"
+ disabled={isSaving}
+ />
+
+ Users in this group (from the groups claim) will be granted admin privileges. Leave blank to disable automatic admin assignment.
+
+
+
+
+