New Deploy for Demo
This commit is contained in:
23
docker/demo/clients.json
Normal file
23
docker/demo/clients.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user