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
Copy file name to clipboardExpand all lines: docs/docs/configuration/alpha_config.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -410,6 +410,7 @@ Provider holds all configuration for a single provider
410
410
| `googleConfig` | _[GoogleOptions](#googleoptions)_ | GoogleConfig holds all configurations for Google provider. |
411
411
| `oidcConfig` | _[OIDCOptions](#oidcoptions)_ | OIDCConfig holds all configurations for OIDC provider<br/>or providers utilize OIDC configurations. |
412
412
| `loginGovConfig` | _[LoginGovOptions](#logingovoptions)_ | LoginGovConfig holds all configurations for LoginGov provider. |
413
+
| `sisConfig` | _[SISOptions](#sisoptions)_ | SISConfig holds all configurations for SIS provider. |
413
414
| `id` | _string_ | ID should be a unique identifier for the provider.<br/>This value is required for all providers. |
414
415
| `provider` | _[ProviderType](#providertype)_ | Type is the OAuth provider<br/>must be set from the supported providers group,<br/>otherwise 'Google' is set as default |
415
416
| `name` | _string_ | Name is the providers display name<br/>if set, it will be shown to the users in the login page. |
@@ -423,6 +424,7 @@ Provider holds all configuration for a single provider
423
424
| `scope` | _string_ | Scope is the OAuth scope specification |
424
425
| `allowedGroups` | _[]string_ | AllowedGroups is a list of restrict logins to members of this group |
425
426
| `code_challenge_method` | _string_ | The code challenge method |
0 commit comments