{ "issuer": "https://rahulms.qzz.io", "authorization_endpoint": "https://rahulms.qzz.io/api/auth/login", "token_endpoint": "https://rahulms.qzz.io/api/auth/login", "registration_endpoint": "https://rahulms.qzz.io/api/auth/register", "response_types_supported": ["token"], "grant_types_supported": ["password", "client_credentials"], "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "none"], "scopes_supported": ["projects:read", "projects:write", "messages:read", "messages:write", "settings:read", "settings:write"], "documentation": "https://rahulms.qzz.io/auth.md", "revocation_endpoint": "https://rahulms.qzz.io/api/auth/revoke", "introspection_endpoint": "https://rahulms.qzz.io/api/auth/introspect", "agent_auth": { "skill": "auth-md", "register_uri": "https://rahulms.qzz.io/api/auth/register", "supported_methods": [ { "method": "client_secret", "description": "OAuth client credentials grant", "token_endpoint_auth_method": "client_secret_basic" }, { "method": "private_key_jwt", "description": "JWT-based client authentication", "token_endpoint_auth_method": "private_key_jwt" }, { "method": "none", "description": "Public clients with PKCE", "token_endpoint_auth_method": "none" } ], "identity_types_supported": ["anonymous"], "anonymous": { "credential_types_supported": ["api_key"], "claim_uri": "https://rahulms.qzz.io/api/auth/me" } } }