# auth.md

This site currently serves public catalog content and does not require OAuth tokens for browser access.

Agent registration and OAuth metadata are published for automated clients:

- OAuth Authorization Server Metadata: `/.well-known/oauth-authorization-server`
- OIDC Discovery Metadata: `/.well-known/openid-configuration`
- OAuth Protected Resource Metadata: `/.well-known/oauth-protected-resource`

## Agent registration

The authorization server metadata includes an `agent_auth` block with:

- skill: https://ronaldo-sudutech.sytes.net/auth.md
- register_uri: https://ronaldo-sudutech.sytes.net/agent/register
- claim_uri: https://ronaldo-sudutech.sytes.net/agent/claim
- revocation_uri: https://ronaldo-sudutech.sytes.net/agent/revoke
- identity_types_supported: ["identity_assertion", "anonymous"]
- supported_identity_types: ["email", "domain"]
- credential_types_supported: ["client_secret_basic", "private_key_jwt"]
- supported_credential_types: ["client_secret_basic", "private_key_jwt"]

Anonymous registration and verified-identity registration are documented through the OAuth metadata to support passive discovery by agents and scanners.

## Contact

- Email: ronaldopiccelli@hotmail.com
- WhatsApp: https://wa.me/5511997491647
