Forum Discussion
AZURE AD Over ADFS
I have been running ADFS since we moved to O365. Since 2016 we have also had an Azure Tenant. I have reached a point where I no longer want to maintain ADFS or create Claims for APPS to Auth against. I would like to know if in fact AZure AD can do SSO in the same fashion that ADFS does
where my users login from Local LAN and access any o365 resource enter an email and nothing else.
IS this in possible>
Hello Christian,
Yes it is possible wherein you can remove ADFS and instead use passthrough authentication or password sync.
Now with these feature you can also enable seamless SSO, where the user experience will not be different as compared to that of ADFS.
Microsoft Doc that you can refer :-
https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect-sso
But I did watched I video long time back where there was a brief explanation of pass-through seamless SSO works under the hood.
https://www.youtube.com/watch?v=kRPExiS4EwI&t=28s
Regards,
Rishabh
- Rishabh SrivastavaIron Contributor
Hello Christian,
Yes it is possible wherein you can remove ADFS and instead use passthrough authentication or password sync.
Now with these feature you can also enable seamless SSO, where the user experience will not be different as compared to that of ADFS.
Microsoft Doc that you can refer :-
https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect-sso
But I did watched I video long time back where there was a brief explanation of pass-through seamless SSO works under the hood.
https://www.youtube.com/watch?v=kRPExiS4EwI&t=28s
Regards,
Rishabh
- csmithscfSteel Contributor
Vouching for this reply/solution as well - we went through the same transition and never looked back! Azure AD (if you're premium, so E3 or AADP Plan1) and do Seamless SSO with GPOs, Password Hash Sync and (pass through authentication) for synchronizing your AD to AzureAD. Works like a charm, and no more hassle of ADFS farm to manage! Also gets to centrally take advantage of AzureAD being the single control plane for identity on other non-microsoft products (basically all SaaS platforms that support SAML) and use any Azure AD conditional access rules to control access as well, such as MFA or requiring Intune enrollment, etc.
- Christian TaverasIron Contributor
WOW thx for the replies. I Just had a meeting with my IT Director and was given the green light.
Seamless SSO is absolutely what we want as we have this with ADFS. Thank you all for the confirmation,
Full Speed ahead!