{
  "issuer": "https://www.tajul.me",
  "authorization_endpoint": "https://www.tajul.me/.well-known/oauth-authorization-server",
  "token_endpoint": "https://www.tajul.me/.well-known/oauth-authorization-server",
  "jwks_uri": "https://www.tajul.me/.well-known/http-message-signatures-directory",
  "response_types_supported": [
    "token"
  ],
  "grant_types_supported": [
    "client_credentials"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_basic"
  ],
  "scopes_supported": [
    "read",
    "public"
  ],
  "registration_endpoint": "https://www.tajul.me/auth.md",
  "agent_auth": {
    "skill": "https://www.tajul.me/auth.md",
    "register_uri": "https://www.tajul.me/auth.md",
    "registration_endpoint": "https://www.tajul.me/auth.md",
    "claim_uri": "https://www.tajul.me/auth.md",
    "identity_endpoint": "https://www.tajul.me/auth.md",
    "claim_endpoint": "https://www.tajul.me/auth.md",
    "identity_types_supported": [
      "anonymous",
      "agent",
      "user"
    ],
    "credential_types_supported": [
      "none",
      "bearer"
    ],
    "anonymous": {
      "credential_types_supported": [
        "none",
        "bearer"
      ]
    },
    "claims_supported": [],
    "revocation_endpoint": "https://www.tajul.me/.well-known/oauth-authorization-server",
    "revocation_uri": "https://www.tajul.me/.well-known/oauth-authorization-server"
  }
}
