oc-deploy
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user