Try our conversational search powered by Generative AI!

MFA Authentication with ADFS (CMS back-end login)

ZZ
ZZ
Vote:
 

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

#319307
Mar 21, 2024 8:49
Vote:
 

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?

#319403
Mar 23, 2024 11:22
Vote:
 

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.

#319691
Mar 29, 2024 14:40
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.