World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
When you are dealing with Active directory to handle your authentication you need to make sure that it passes right roles to your application. In case of Federation Security you need to pass the roles as series of "role" claims. Note: System.S...
If you use DXC, this error might hide behind CDN 524 error page, you should check the error in application insight and if it was the case this is the solution. If you are using episerver with .net 4.7 you might get "The request queue limit of the...
If you want to check if a contentAreaItem is match current user all visitor group criteria you can use the following Methods: public static bool IsMatchCriteria(ContentAreaItem contentAreaItem) { var result = true; contentAreaItem.AllowedRoles.For...