Skip to content

Commit 6b2984f

Browse files
[PLT-3581] Regenerate alpha_config.md docs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ef44573 commit 6b2984f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/docs/configuration/alpha_config.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ Provider holds all configuration for a single provider
410410
| `googleConfig` | _[GoogleOptions](#googleoptions)_ | GoogleConfig holds all configurations for Google provider. |
411411
| `oidcConfig` | _[OIDCOptions](#oidcoptions)_ | OIDCConfig holds all configurations for OIDC provider<br/>or providers utilize OIDC configurations. |
412412
| `loginGovConfig` | _[LoginGovOptions](#logingovoptions)_ | LoginGovConfig holds all configurations for LoginGov provider. |
413+
| `sisConfig` | _[SISOptions](#sisoptions)_ | SISConfig holds all configurations for SIS provider. |
413414
| `id` | _string_ | ID should be a unique identifier for the provider.<br/>This value is required for all providers. |
414415
| `provider` | _[ProviderType](#providertype)_ | Type is the OAuth provider<br/>must be set from the supported providers group,<br/>otherwise 'Google' is set as default |
415416
| `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
423424
| `scope` | _string_ | Scope is the OAuth scope specification |
424425
| `allowedGroups` | _[]string_ | AllowedGroups is a list of restrict logins to members of this group |
425426
| `code_challenge_method` | _string_ | The code challenge method |
427+
| `signOutURL` | _string_ | SignOutURL overrides the provider's default sign-out redirect URL |
426428
427429
### ProviderType
428430
#### (`string` alias)
@@ -444,6 +446,17 @@ and oidc.
444446
Providers is a collection of definitions for providers.
445447
446448
449+
### SISOptions
450+
451+
(**Appears on:** [Provider](#provider))
452+
453+
454+
455+
| Field | Type | Description |
456+
| ----- | ---- | ----------- |
457+
| `SISRootURL` | _string_ | SISRootURL is the OpenID Connect SISRoot URL |
458+
| `ClearExtraCookieNames` | _[]string_ | ClearExtraCookieNames sets cookie names to clear after sign out |
459+
447460
### SecretSource
448461
449462
(**Appears on:** [ClaimSource](#claimsource), [HeaderValue](#headervalue), [TLS](#tls))

0 commit comments

Comments
 (0)