{
  "issuer": "https://auth.matrix.qyron.app/",
  "authorization_endpoint": "https://auth.matrix.qyron.app/authorize",
  "token_endpoint": "https://auth.matrix.qyron.app/oauth2/token",
  "jwks_uri": "https://auth.matrix.qyron.app/oauth2/keys.json",
  "registration_endpoint": "https://auth.matrix.qyron.app/oauth2/registration",
  "scopes_supported": ["openid", "email"],
  "response_types_supported": ["code", "id_token", "code id_token"],
  "response_modes_supported": ["form_post", "query", "fragment"],
  "grant_types_supported": ["authorization_code", "refresh_token", "client_credentials", "urn:ietf:params:oauth:grant-type:device_code"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "client_secret_jwt", "private_key_jwt", "none"],
  "token_endpoint_auth_signing_alg_values_supported": ["HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "PS256", "PS384", "PS512", "ES256", "ES384", "ES256K"],
  "revocation_endpoint": "https://auth.matrix.qyron.app/oauth2/revoke",
  "revocation_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "client_secret_jwt", "private_key_jwt", "none"],
  "revocation_endpoint_auth_signing_alg_values_supported": ["HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "PS256", "PS384", "PS512", "ES256", "ES384", "ES256K"],
  "introspection_endpoint": "https://auth.matrix.qyron.app/oauth2/introspect",
  "introspection_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "client_secret_jwt", "private_key_jwt", "none"],
  "introspection_endpoint_auth_signing_alg_values_supported": ["HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "PS256", "PS384", "PS512", "ES256", "ES384", "ES256K"],
  "code_challenge_methods_supported": ["plain", "S256"],
  "userinfo_endpoint": "https://auth.matrix.qyron.app/oauth2/userinfo",
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256", "RS384", "RS512", "PS256", "PS384", "PS512"],
  "userinfo_signing_alg_values_supported": ["RS256", "RS384", "RS512", "PS256", "PS384", "PS512"],
  "display_values_supported": ["page"],
  "claim_types_supported": ["normal"],
  "claims_supported": ["iss", "sub", "aud", "iat", "exp", "nonce", "auth_time", "at_hash", "c_hash"],
  "claims_parameter_supported": false,
  "request_parameter_supported": false,
  "request_uri_parameter_supported": false,
  "prompt_values_supported": ["login"],
  "device_authorization_endpoint": "https://auth.matrix.qyron.app/oauth2/device",
  "org.matrix.matrix-authentication-service.graphql_endpoint": "https://auth.matrix.qyron.app/graphql",
  "account_management_uri": "https://auth.matrix.qyron.app/account/",
  "account_management_actions_supported": [
    "org.matrix.profile",
    "org.matrix.devices_list",
    "org.matrix.device_view",
    "org.matrix.device_delete",
    "org.matrix.cross_signing_reset",
    "org.matrix.sessions_list",
    "org.matrix.session_view",
    "org.matrix.session_end"
  ]
}
