Hi Team,
We are having Rabbit MQ 3.9.5 and Erlang 24.0.5
Currently internal and ldap authentication is enabled and dev.config contains
{auth_backends, [rabbit_auth_backend_internal , rabbit_auth_backend_ldap]}
Now we want to introduce oauth authentication to the current config.
We want to know :
1. Does Rabbit MQ 3.9.5 support oauth authentications ?
2. Can we have oauth , ldap and internal authentication all together in the same setup
3. If we can have multiple authentications , how can we give the order of preference ?
When I configured all the three auth backends , as
{auth_backends, [rabbit_auth_backend_oauth, rabbit_auth_backend_internal , rabbit_auth_backend_ldap]}, server is starting up and normally logging in with either internal or ldap users.
when i removed internal and ldap from list and kept only oauth , then I can see warning :
Authentication using an OAuth 2 / JWT token failed: provided token is invalid.
please advise.
Thanks,
Lakshmi