nuosso/misc/images/hydra/clients.d/authtest.json

19 lines
455 B
JSON

{
"client_id": "nuosso",
"client_name": "NuoSSO",
"client_secret": "changeme",
"grant_types": [
"authorization_code",
"refresh_token"
],
"jwks": {},
"metadata": {},
"token_endpoint_auth_method": "client_secret_post",
"post_logout_redirect_uris": ["http://127.0.0.1:8080"],
"redirect_uris": ["http://127.0.0.1:8080/oauth2/callback"],
"response_types": [
"code"
],
"logo_uri": "http://127.0.0.1:8080/images/logo.png",
"scope": "openid"
}