Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
ADFS can mean a lot of things. Eg are you using OpenID over ADFS or which protocol? Do you use the ADFS login portal or do your users authenticate in the CMS login form?
Hi ZZ
ADFS is different from Entra ID (fka Azure AD). It uses the WS-Federation protocol, and as such can be integrated with the Microsoft.AspNetCore.Authentication.WsFederation NuGet (see https://learn.microsoft.com/en-us/aspnet/core/security/authentication/ws-federation?view=aspnetcore-8.0).
You can then extend the default notification events, as shown in the Optimizely CMS documentation.
Hi,
Right now we are using ADFS for CMS back-end login. We want to add 2 factor authentication (MFA) to this.
Is it possible ? and can we use MSAL (NuGet package/ Microsoft library)
Any input would be appreciated