{
  "issuer": "https://atlasgeopolitica.com",
  "authorization_endpoint": "https://atlasgeopolitica.com/oauth/authorize",
  "token_endpoint": "https://atlasgeopolitica.com/oauth/token",
  "jwks_uri": "https://atlasgeopolitica.com/.well-known/jwks.json",
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "scopes_supported": [
    "atlas.read"
  ],
  "response_types_supported": [
    "code"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "service_documentation": "https://atlasgeopolitica.com/docs/api/#authentication"
}