{ "issuer": "https://rapidhostbd.com", "authorization_endpoint": "https://my.rapidhostbd.com/oauth/authorize", "token_endpoint": "https://my.rapidhostbd.com/oauth/token", "registration_endpoint": "https://rapidhostbd.com/api/public/agents/register", "jwks_uri": "https://rapidhostbd.com/.well-known/jwks.json", "response_types_supported": ["code", "token"], "subject_types_supported": ["public"], "id_token_signing_alg_values_supported": ["RS256"], "agent_auth": { "register_uri": "https://rapidhostbd.com/api/public/agents/register", "supported_identity_types": ["app_identity", "agent_identity"], "supported_credential_types": ["client_secret_basic", "private_key_jwt"], "claim_url": "https://rapidhostbd.com/api/public/agents/claim", "revocation_url": "https://rapidhostbd.com/api/public/agents/revoke" } }