cancel
Showing results for 
Search instead for 
Did you mean: 
ErickEspinosa
Level 3
Status: New
Per Microcrosotf recommendation that Azure AD join should be the first choice for new devices, we have deployed new machines to our RPA team, Microsoft indicates that SSO to on-premise resources (like Blue Prism) can still authenticate.

https://learn.microsoft.com/en-us/azure/active-directory/devices/plan-device-deployment#azure-ad-join

These machines are currently not able to SSO into BluePrism [Sign in usng ActiveDirectory button is not present], after working with the BP support team it was indicated that BluePrism is looking for the domain once is executed and not finding the Azure AD machine in the domain. 

type -AssemblyName System.DirectoryServices
$domain=[System.DirectoryServices.ActiveDirectory.Domain]::GetComputerDomain()
Write-Host "Current Domain: $($domain.Name)"

We need the BP app to be more flexible as more and more companies are moving towards Azure AD joined machines.
1 Comment
BUL_LA
Verified Partner

Hello has this been solved ?
We are facing the same issue with a Windows 11, upgrade and the company starting to use Azure. The button Active Directory is not present as well.

Thanks