New Deploy for Demo

This commit is contained in:
mr
2026-04-13 16:35:42 +02:00
parent fdd8c6a50d
commit 34f10565c7
32 changed files with 3630 additions and 54 deletions

23
docker/demo/clients.json Normal file
View File

@@ -0,0 +1,23 @@
[
{
"client_id": "oc-auth",
"client_secret": "oc-auth-got-secret",
"client_name": "oc-auth",
"grant_types": [
"implicit",
"refresh_token",
"authorization_code",
"client_credentials"
],
"response_types": [
"id_token",
"token",
"code"
],
"scope": "openid profile email roles",
"redirect_uris": [
"http://localhost:8000"
],
"token_endpoint_auth_method": "client_secret_post"
}
]