diff --git a/salt/kratos/soc_kratos.yaml b/salt/kratos/soc_kratos.yaml index 6269fda60..0ac2fcd44 100644 --- a/salt/kratos/soc_kratos.yaml +++ b/salt/kratos/soc_kratos.yaml @@ -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