oc-deploy

This commit is contained in:
mr
2026-04-07 09:32:52 +02:00
parent 157e76699e
commit fdd8c6a50d
3 changed files with 22 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
[
{
"client_id": "test-client",
"client_id": "oc-auth",
"client_secret": "oc-auth-got-secret",
"client_name": "test-client",
"client_name": "oc-auth",
"grant_types": [
"implicit",
"refresh_token",
@@ -16,7 +16,7 @@
],
"scope": "openid profile email roles",
"redirect_uris": [
"http://localhost:8000/l"
"http://localhost:8000"
],
"token_endpoint_auth_method": "client_secret_post"
}