WIP: IPCEICIS-2293_oidc_in_forgejo #12

Closed
Franz.Germann wants to merge 29 commits from IPCEICIS-2293_oidc_in_forgejo into development
Showing only changes of commit 68166e110e - Show all commits

View file

@ -208,6 +208,15 @@ data:
"webOrigins": [ "webOrigins": [
"/*" "/*"
] ]
"defaultClientScopes": [
"web-origins",
"acr",
"offline_access",
"roles",
"profile",
"groups",
"email"
]
} }
--- ---