20 lines
464 B
JSON
Executable File
20 lines
464 B
JSON
Executable File
{
|
|
"client_id": "nineskeletor",
|
|
"client_name": "Nineskeletor",
|
|
"client_secret": "changeme",
|
|
"grant_types": [
|
|
"authorization_code",
|
|
"refresh_token"
|
|
],
|
|
"jwks": {},
|
|
"metadata": {},
|
|
"token_endpoint_auth_method": "client_secret_post",
|
|
"post_logout_redirect_uris": ["http://localhost:8005"],
|
|
"redirect_uris": ["http://localhost:8005/oauth2/callback"],
|
|
"response_types": [
|
|
"code"
|
|
],
|
|
"logo_uri": "http://localhost:8005/minio/logo",
|
|
"scope": "openid"
|
|
|
|
} |