{
  "_status": "planned",
  "_docs": "https://carmodplanner.com/docs/api#authentication",
  "issuer": "https://carmodplanner.com",
  "authorization_endpoint": "https://carmodplanner.com/auth/authorize",
  "token_endpoint": "https://carmodplanner.com/auth/token",
  "userinfo_endpoint": "https://carmodplanner.com/auth/userinfo",
  "jwks_uri": "https://carmodplanner.com/.well-known/jwks.json",
  "scopes_supported": [
    "openid",
    "profile",
    "email"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ]
}