{
  "issuer": "https://veitiastudios.com",
  "authorization_endpoint": "https://veitiastudios.com/oauth/authorize",
  "token_endpoint": "https://veitiastudios.com/oauth/token",
  "userinfo_endpoint": "https://veitiastudios.com/oauth/userinfo",
  "revocation_endpoint": "https://veitiastudios.com/oauth/revoke",
  "introspection_endpoint": "https://veitiastudios.com/oauth/introspect",
  "jwks_uri": "https://veitiastudios.com/.well-known/jwks.json",
  "registration_endpoint": "https://veitiastudios.com/oauth/register",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "read:bookings",
    "write:bookings",
    "read:contacts",
    "write:contacts"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "response_types_supported": [
    "code",
    "id_token",
    "code id_token",
    "code token",
    "code id_token token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt"
  ],
  "code_challenge_methods_supported": ["S256"],
  "claims_supported": [
    "sub",
    "name",
    "email",
    "email_verified",
    "phone_number",
    "locale"
  ],
  "service_documentation": "https://veitiastudios.com/docs/api",
  "ui_locales_supported": ["es", "pt-BR", "en"]
}
