# OAuth Discovery Skill

This skill provides OAuth 2.0/OIDC discovery metadata for agent authentication per RFC 8414.

## Endpoints

### Authorization Server
`/.well-known/oauth-authorization-server.json`

Contains:
- `issuer`: Token issuer URL
- `authorization_endpoint`: OAuth authorization endpoint
- `token_endpoint`: Token endpoint
- `jwks_uri`: JSON Web Key Set URI
- `grant_types_supported`: Supported grant types

### Protected Resource
`/.well-known/oauth-protected-resource.json`

Contains:
- `resource`: Resource identifier
- `authorization_servers`: List of authorization server URLs
- `scopes_supported`: Supported OAuth scopes

## Scopes

- `station:play` - Play radio stations
- `station:favorite` - Manage favorites
- `metadata:read` - Read station metadata