fix scope
This commit is contained in:
@@ -36,9 +36,18 @@ entries:
|
|||||||
- url: "https://@IMMICH_DOMAIN@/user-settings"
|
- url: "https://@IMMICH_DOMAIN@/user-settings"
|
||||||
matching_mode: "regex"
|
matching_mode: "regex"
|
||||||
property_mappings:
|
property_mappings:
|
||||||
- !Find [authentik_core.propertymapping, [scope_name, "openid"]]
|
- !Find [
|
||||||
- !Find [authentik_core.propertymapping, [scope_name, "email"]]
|
authentik_providers_oauth2.scopemapping,
|
||||||
- !Find [authentik_core.propertymapping, [scope_name, "profile"]]
|
[name, "authentik default OAuth Mapping: OpenID 'openid'"],
|
||||||
|
]
|
||||||
|
- !Find [
|
||||||
|
authentik_providers_oauth2.scopemapping,
|
||||||
|
[name, "authentik default OAuth Mapping: OpenID 'email'"],
|
||||||
|
]
|
||||||
|
- !Find [
|
||||||
|
authentik_providers_oauth2.scopemapping,
|
||||||
|
[name, "authentik default OAuth Mapping: OpenID 'profile'"],
|
||||||
|
]
|
||||||
|
|
||||||
- model: authentik_core.application
|
- model: authentik_core.application
|
||||||
identifiers:
|
identifiers:
|
||||||
|
|||||||
Reference in New Issue
Block a user