feat(sso): add custom extra scope support (#7577)

This commit is contained in:
Joseph Chris
2024-12-09 07:33:46 -08:00
committed by GitHub
parent aa45a82914
commit 088120df82
3 changed files with 9 additions and 2 deletions

View File

@ -72,6 +72,7 @@ const (
SSOApplicationName = "sso_application_name"
SSOEndpointName = "sso_endpoint_name"
SSOJwtPublicKey = "sso_jwt_public_key"
SSOExtraScopes = "sso_extra_scopes"
SSOAutoRegister = "sso_auto_register"
SSODefaultDir = "sso_default_dir"
SSODefaultPermission = "sso_default_permission"