2026-02-19 14:57:14 +01:00
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"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": [
|
2026-02-19 14:59:33 +01:00
|
|
|
"http://localhost:8000"
|
2026-02-19 14:57:14 +01:00
|
|
|
],
|
|
|
|
|
"token_endpoint_auth_method": "client_secret_post"
|
|
|
|
|
}
|
|
|
|
|
]
|