feat(oidc): request configurable scopes incl. groups (admin gate)
This commit is contained in:
@@ -40,6 +40,7 @@ def app_url(tmp_path, monkeypatch):
|
||||
session_secret="x" * 32,
|
||||
admin_group="intervalsicu-mcp-admins",
|
||||
intervals_api_base="https://intervals.icu/api/v1",
|
||||
oidc_scopes="openid email profile groups",
|
||||
)
|
||||
return appmod.create_app(cfg), url
|
||||
|
||||
|
||||
Reference in New Issue
Block a user