24 lines
488 B
JSON
24 lines
488 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"client_id": "test-client",
|
||
|
|
"client_secret": "oc-auth-got-secret",
|
||
|
|
"client_name": "test-client",
|
||
|
|
"grant_types": [
|
||
|
|
"implicit",
|
||
|
|
"refresh_token",
|
||
|
|
"authorization_code",
|
||
|
|
"client_credentials"
|
||
|
|
],
|
||
|
|
"response_types": [
|
||
|
|
"id_token",
|
||
|
|
"token",
|
||
|
|
"code"
|
||
|
|
],
|
||
|
|
"scope": "openid profile email roles",
|
||
|
|
"redirect_uris": [
|
||
|
|
"http://localhost:8094/swagger"
|
||
|
|
],
|
||
|
|
"token_endpoint_auth_method": "client_secret_post"
|
||
|
|
}
|
||
|
|
]
|