This commit is contained in:
Jason Ertel
2023-07-27 18:36:50 -04:00
parent d3e83d154b
commit a5c4783564

View File

@@ -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