nineskeletor/misc/images/hydra/clients.d/nineskeletor.json

19 lines
462 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:8080"],
"redirect_uris": ["http://localhost:8080/oauth2/callback"],
"response_types": [
"code"
],
"logo_uri": "http://localhost:8080/minio/logo",
"scope": "openid"
}