{
  "issuer": "https://feoche.github.io/francoiseoche",
  "authorization_endpoint": "https://feoche.github.io/francoiseoche/oauth/authorize",
  "token_endpoint": "https://feoche.github.io/francoiseoche/oauth/token",
  "jwks_uri": "https://feoche.github.io/francoiseoche/.well-known/jwks.json",
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "response_types_supported": [
    "code"
  ],
  "token_endpoint_auth_methods_supported": [
    "private_key_jwt",
    "client_secret_post"
  ],
  "scopes_supported": [
    "portfolio.read",
    "profile.read"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "claims_supported": [
    "iss",
    "sub",
    "aud",
    "exp",
    "iat",
    "scope"
  ]
}
