Azure AD on Umbraco Cloud
# help-with-umbraco
a
Hi 🙂 We are in the process of writing a rfp for a client. They want to have backoffice login integration with Azure AD. In the Umbraco documentation is highly not recommended. Does anyone know why? And is it possible even though its not recommended
s
Where in the docs does it say that? We have a bunch of projects doing that, using this package https://marketplace.umbraco.com/package/umbraco.community.azuresso You have to do some changes in umbraco-cloud.json though, in Identity, you need to add "AutoRedirectLogin": false, else you won't get the login page.
s
That docs article is for members?
a
Thats right, i didnt see that 🙈 But we would actually need to implement for both members and users
Do you have any experience with that? Or should we not do it
s
No experience with that sorry. But the one time I had conflicts with using Azure AD and Umbraco Id, it was because of the scheme name in the setup. IIRC Umbraco Id uses AzureAD as the scheme name, so I had to call it something else. But I only had those problems, when setting it up manually (and for backoffice login, not members). Never had the problem with the package mentioned.
b
@skttl I wonder why the article mention this then: > Due to this, we highly recommend not using Azure AD for backoffice authentication on your Umbraco Cloud projects. "backoffice authentication" is users 😅 So it can be used for members, but not users? On some older projects (not Umbraco Cloud) we have used Azure AD (also known as AAD) for backoffice users.
s
We have 2 current projects running Umbraco 12 with the Azure AD SSO package for backoffice login 🙂 No problems whatsoever, as long as you disable AutoRedirectLogin in the cloud settings.
b
Good to know! ... maybe we need that at some point. 😅
5 Views