Umbraco V 12.1.1 & Azure AD SSO for back office Us...
# help-with-umbraco
n
Hi Has anyone got Azure AD working with Umbraco V12? I've been looking at - https://marketplace.umbraco.com/package/umbraco.community.azuresso but this doesn't work with V12 currently so I've cloned the repo and stripped it out to add into my V12 sln. I'm getting to the Azure AD sign in and signing in fine, the re-direct send me back to Umbraco but I'm met with a blank screen. Console errors are: Failed to load resource: the server responded with a status of 401 () https://localhost:44381/umbraco/backoffice/umbracoapi/authentication/GetCurrentUser There doesn't seem to be any Documentation for Azure AD and V12?
p
Perhaps not the same issue, but we have a working AzureAD integration with 12.1.1 (custom code - upgraded from Umbraco 11.x). HOWEVER - if we update to the latest Microsoft.Graph nugetpkg (5.22.0) - it fails.. So as of now, we're stuck on Microsoft Graph v4.54.0 Maybe your problem also is version related?
n
We are using Azure B2C for members and that seems to work fine. Just spun up a blank Umbraco v12.1.1 and used the Umbraco Azure AD SSO package, I get the exact same problem, authenticates, then returns to /umbraco#content blank white screen. I'll see if downgrading the Microsoft Graph to v4.54.0 works