rabbitmq-auth-backend-http plugin #5389
Unanswered
MohammadHatami20
asked this question in
Other
Replies: 2 comments
-
This is covered in Alternative Authentication and Authorisation Backends. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For instance, one of the examples from the above doc section uses: # rabbitmq.conf
#
auth_backends.1.authn = ldap
auth_backends.1.authz = internal |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can we support the authentication part with third-party API , but for the authorization part do it with Rabbitmq.
I mean when we want to check if the pass for the user is correct, do it whit third-party API, but for checking perminisson using internal Rabbitmq way.
Beta Was this translation helpful? Give feedback.
All reactions