# Генератор OAuth Discovery (RFC 8414)

> Создайте валидный дескриптор /.well-known/oauth-authorization-server, чтобы ИИ-агенты и OAuth-клиенты могли автоматически настроиться против вашего сервера.

## How to use

1. Fill in your issuer (the canonical https URL of your OAuth server)
2. Add the authorization, token and (optionally) userinfo / jwks endpoints
3. Pick supported grant types and scopes
4. Copy or download the JSON
5. Save it as `/.well-known/oauth-authorization-server` on the issuer host
6. Make sure your server returns `Content-Type: application/json`
