feat: add OAUTH_GROUPS_SEPARATOR for configurable group parsing

This commit is contained in:
Adam M. Smith
2025-11-06 21:01:51 +00:00
parent 639d26252e
commit 96b98cd13c
2 changed files with 8 additions and 1 deletions

View File

@@ -570,6 +570,8 @@ OAUTH_BLOCKED_GROUPS = PersistentConfig(
os.environ.get("OAUTH_BLOCKED_GROUPS", "[]"),
)
OAUTH_GROUPS_SEPARATOR = os.environ.get("OAUTH_GROUPS_SEPARATOR", ";")
OAUTH_ROLES_CLAIM = PersistentConfig(
"OAUTH_ROLES_CLAIM",
"oauth.roles_claim",