mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
oidc
This commit is contained in:
@@ -50,7 +50,7 @@ kratos:
|
|||||||
forcedType: string
|
forcedType: string
|
||||||
helpLink: oidc.html
|
helpLink: oidc.html
|
||||||
issuer_url:
|
issuer_url:
|
||||||
description: Provider's issuer URL. Required when provider is 'generic'.
|
description: Provider's issuer URL. Required when provider is 'auth0' or 'generic'.
|
||||||
global: True
|
global: True
|
||||||
forcedType: string
|
forcedType: string
|
||||||
helpLink: oidc.html
|
helpLink: oidc.html
|
||||||
@@ -66,8 +66,7 @@ kratos:
|
|||||||
forcedType: string
|
forcedType: string
|
||||||
helpLink: oidc.html
|
helpLink: oidc.html
|
||||||
scope:
|
scope:
|
||||||
description: List of scoped data categories to request in the authentication response. Typically 'email' and 'profile' are the minimum required scopes. Some providers use an alternate scope name, such as 'user:email'.
|
description: List of scoped data categories to request in the authentication response. Typically 'email' and 'profile' are the minimum required scopes. However, GitHub requires `user:email', instead and Auth0 requires 'profile', 'email', and 'openid'.
|
||||||
advanced: True
|
|
||||||
global: True
|
global: True
|
||||||
forcedType: "[]string"
|
forcedType: "[]string"
|
||||||
helpLink: oidc.html
|
helpLink: oidc.html
|
||||||
|
|||||||
Reference in New Issue
Block a user