rabbitmq / rabbitmq-oauth2-tutorial

Explore integration of RabbitMQ with Oauth 2.0 auth backend plugin
42 stars 22 forks source link

Add grant microsoft graph permissions section #29

Closed DzSom02 closed 10 months ago

DzSom02 commented 1 year ago

Hello! This is my first contribution ever to an open source project, so I apologize in advance for any mistakes or procedures I have not followed. (Even I tried my best to check on the guides and follow other examples in this repository)

Basically we have been following the tutorial for configuring oauth2 with azure active directory (that was very helpful) however we found that there is a section missing for it to work, granting the Microsoft Graph permissions to the application.

I just wanted to update the tutorial so in the future the rest of people who follow the tutorial does not run in the same issues than we did. And that's what I have done in this PR.

Apart from this (and this is not part of the PR because I was not sure if it should be done in the same PR since can be 2 different topics) I have a terraform definition of how the application should look like, that I was thinking to add to the tutorial since it might be very useful for people who is configuring it. But I'm not sure if it's the right place of if it should be there at all, what do you think?

Zerpet commented 10 months ago

I have a terraform definition of how the application should look like, that I was thinking to add to the tutorial since it might be very useful for people who is configuring it. But I'm not sure if it's the right place of if it should be there at all, what do you think?

We'd like to keep this tutorial specific to OAuth2, without getting too much (or at all) into how to configure the OAuth2 providers. The OAuth2 providers should have the documentation for that, and we don't have such automation scripts for other proviers.

Thank you for your contribution!