{
  "issuer": "https://api.bethesda.net/",
  "authorization_endpoint": "https://api.bethesda.net/oauth/authorize",
  "token_endpoint":"https://api.bethesda.net/oauth/token",
  "jwks_uri":"https://api.bethesda.net/.well-known/jwks.json",
  "response_types_supported":[
    "code",
    "token"
  ],
  "grant_types_supported":[
    "authorization_code",
    "implicit",
    "password"
  ],
  "subject_types_supported":[
    "public"
  ],
  "id_token_signing_alg_values_supported":[
    "ES256",
    "RS256"
  ]
}
