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
|
||||
helpLink: oidc.html
|
||||
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
|
||||
forcedType: string
|
||||
helpLink: oidc.html
|
||||
@@ -66,8 +66,7 @@ kratos:
|
||||
forcedType: string
|
||||
helpLink: oidc.html
|
||||
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'.
|
||||
advanced: True
|
||||
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'.
|
||||
global: True
|
||||
forcedType: "[]string"
|
||||
helpLink: oidc.html
|
||||
|
||||
Reference in New Issue
Block a user