2022-08-26 15:13:22 +02:00
|
|
|
{
|
|
|
|
"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": ["https://127.0.0.1:8000"],
|
|
|
|
"redirect_uris": ["https://127.0.0.1:8000/oauth2/callback"],
|
|
|
|
"response_types": [
|
|
|
|
"code"
|
|
|
|
],
|
2022-08-27 18:24:56 +02:00
|
|
|
"logo_uri": "https://127.0.0.1:8000/minio/logo",
|
2022-08-26 15:13:22 +02:00
|
|
|
"scope": "openid"
|
|
|
|
}
|