London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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