Skip to content
Discussion options

You must be logged in to vote

I finally found the issue: I forgot to set the correct JWKS url.

However, the log messages were not really helpful...

The following config works as intended:

auth_backends.1 = rabbit_auth_backend_oauth2
auth_backends.2 = internal
auth_oauth2.resource_server_id = rabbitmq
auth_oauth2.preferred_username_claims.1 = preferred_username
auth_oauth2.preferred_username_claims.2 = email
auth_oauth2.additional_scopes_key = rabbitmq_permissions
auth_oauth2.jwks_url = https://keyclaok.example.com/realms/MyRealm/protocol/openid-connect/certs
management.disable_basic_auth = true
management.oauth_enabled = true
management.oauth_client_id = rabbitmq
management.oauth_provider_url = https://keyclaok.exampl…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SeWieland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant