{
  "issuer": "https://cvin.bio",
  "authorization_endpoint": "https://cvin.bio/auth/authorize",
  "token_endpoint": "https://cvin.bio/api/auth/token",
  "registration_endpoint": "https://cvin.bio/api/auth/register",
  "response_types_supported": ["code", "token"],
  "grant_types_supported": [
    "authorization_code",
    "urn:ietf:params:oauth:grant-type:token-exchange",
    "client_credentials"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "client_secret_basic",
    "none"
  ],
  "scopes_supported": [
    "jobs:read",
    "profiles:read",
    "news:read",
    "stats:read",
    "contact:write"
  ],
  "agent_auth": {
    "skill": "https://cvin.bio/auth.md",
    "register_uri": "https://cvin.bio/api/auth/register",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "anonymous": {
      "credential_types_supported": [
        "none",
        "session_token"
      ]
    },
    "identity_assertion": {
      "assertion_types_supported": [
        "verified_email",
        "urn:ietf:params:oauth:token-type:id-token"
      ],
      "credential_types_supported": [
        "bearer",
        "api_key"
      ]
    }
  }
}
