Forum Discussion
Lephas
Mar 31, 2020Brass Contributor
disable SSO with registered Azure AD devices
I have devices that are locally joined to our AD and also registered to Azure AD (i run AD connect). We have some webapplications that support OAUTH2 and forward me to login.microsoftonline.com and the user are getting authenticated automaticly. Is there a way how I can enforce those users/devices to enter their credentials?
I tried to disable Integrated Windows authentication but that did not work...
Thanks for your Help
Use Private mode?
6 Replies
- Moe_KinaniBronze ContributorAgree with @Vasil’s solution about Private mode.
Have you tried to sync the PC to Azure AD and remove the Device marked (Azure AD registered)? I think this will do the trick. Use Private mode?
- LephasBrass Contributor
VasilMichev yes that would work, but other than that can i do something on the side of Azure to prevent this?
That depends on the flows you have enabled for your app, but why would you want to make such changes when there is an easy-to-use client side solution?