Extern Login Azure AD
a
Hello, I am currently working in a project and integration with Azure AD, I follow the Umbracos documentation to implement and it works as expected πŸ™‚ , Login succeed to the backoffice as the role i Configure in the extension class. The issue I have now is that I need to add in the logic the role, what I mean is that based on the info in the claims login as an editor or admin. I would appreciate any tips or help about how to add that info on azure and how to get it in the request/response. Thank you for your help. πŸ™
s
I would suggest using this package - makes the setup much easier πŸ™‚ https://marketplace.umbraco.com/package/umbraco.community.azuresso
a
Thank you for your answer. I would like to give a chance with my custom code but I will absolutely give a try to that package. Do you have any tips about doing it with my custom code?
s
The package is open source, so you can check out what it does to achieve it πŸ™‚
a
Thank you for your tips.
I been testing your solution! Thank you again for your tips, I have the issue right now about some infinite loop i guess, after the login I am getting β€œ Bad request - request too long” do you have any suggestions?
22 Views