v1
latestOpenAPI 3.1.22026-08-0611530152.3 KBOAuth 2.0
Get OAuth 2.0 configuration
Retrieve the current OAuth 2.0 configuration for the instance
get/oauth2-configurations
Response
Successfully retrieved OAuth 2.0 configuration
Example response
{
"resource_server_id": "rabbitmq",
"issuer": "https://auth.example.com",
"preferred_username_claims": [
"sub",
"email"
],
"additional_scopes_key": [
"roles",
"groups"
],
"scope_prefix": "my-app:",
"scope_aliases": {
"user": "user:read",
"admin": "admin:access"
},
"verify_aud": true,
"oauth_client_id": "oauth-client-id-456",
"oauth_scopes": [
"manage:clients",
"read:users"
],
"audience": "rabbitmq",
"oauth_disable_basic_auth": true,
"id": "669b23ed-7dc9-451d-82c6-b65f49cb1a9a",
"created_at": "2025-09-23T12:40:34Z",
"updated_at": "2025-09-23T12:40:34Z"
}