{
  "issuer": "https://veitiastudios.com",
  "authorization_endpoint": "https://veitiastudios.com/oauth/authorize",
  "token_endpoint": "https://veitiastudios.com/oauth/token",
  "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",
    "token",
    "code id_token",
    "id_token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt"
  ],
  "code_challenge_methods_supported": [
    "S256",
    "plain"
  ],
  "service_documentation": "https://veitiastudios.com/docs/api",
  "ui_locales_supported": ["es", "pt-BR", "en"],
  "agent_auth": {
    "register_uri": "https://veitiastudios.com/oauth/register",
    "auth_md_uri": "https://veitiastudios.com/auth.md",
    "supported_identity_types": ["software", "service_account"],
    "supported_credential_types": ["client_secret", "private_key_jwt"],
    "signing_alg_values_supported": ["RS256"],
    "pkce_methods_supported": ["S256", "plain"],
    "claim_uri": "https://veitiastudios.com/oauth/userinfo",
    "revocation_uri": "https://veitiastudios.com/oauth/revoke",
    "introspection_uri": "https://veitiastudios.com/oauth/introspect"
  }
}
