{
  "issuer": "https://www.scrolllaunch.com",
  "authorization_endpoint": "https://www.scrolllaunch.com/api/auth/signin",
  "token_endpoint": "https://www.scrolllaunch.com/api/auth/callback",
  "userinfo_endpoint": "https://www.scrolllaunch.com/api/auth/session",
  "jwks_uri": "https://www.scrolllaunch.com/api/auth/jwks",
  "registration_endpoint": "https://www.scrolllaunch.com/auth/signin",
  "scopes_supported": [
    "openid",
    "email",
    "profile"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "HS256"
  ],
  "service_documentation": "https://www.scrolllaunch.com/auth/signin",
  "ui_locales_supported": [
    "en-US"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ]
}