All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.security.java-security-test.3.5.1.source-code.oidcConfigurationTemplate.json Maven / Gradle / Ivy

There is a newer version: 3.5.3
Show newest version
{
  "issuer": "$issuer",
  "authorization_endpoint": "$issuer/oauth2/authorize",
  "token_endpoint": "$issuer/oauth2/token",
  "jwks_uri": "$issuer/token_keys",
  "response_types_supported": [
    "code",
    "id_token"
  ],
  "grant_types_supported": [
    "password",
    "authorization_code",
    "refresh_token"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "scopes_supported": [
    "openid"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy