A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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