ServiceLocator.Current.GetInstance<ISynchronizingUserService>().SynchronizeAsync(ctx.AuthenticationTicket ... guess I need to implement a custom ISynchronizingUserService, so that in case of an apple user, it
We are using IdentityServer for authentication and authorization into EpiServer. ... sensitive</strong>.
But <strong>ISynchronizingUserService </strong>sync role claims as <strong>case
<strong>Usergroups are not sorted by name</strong>. We are using ADFS with WS-Federation. ... Roles are synchronized using the ISynchronizingUserService.No providers are configured. Web.config
Hi, I was wondering if any one could help point me in the right direction. I am ... 'tblScheduledUsers'. When I looked into using the ISynchronizingUserService to get all users in roles, it doesn't
Management. It's a lot cleaner with only an ISynchronizingUserService instance and ClaimsIdentitities and it ... ServiceLocator.Current.GetInstance<ISynchronizingUserService>().SynchronizeAsync(ctx.AuthenticationTicket
This topic gives you an example of how to customize ContentDeliveryApi with an external ... calling ServiceLocator.Current.GetInstance<ISynchronizingUserService>.SynchronizeAsync(ctx.AuthenticationTicket
Hi. We are using an external authentication provider (Azure AD B2C), which is working ... issue. So as far as I can see the ISynchronizingUserService syncs the users in to the [tblSynchedUser]
Currently there is no specific group(role) to provide access only to <strong>Customer ... user logs in with SSO (are you calling ISynchronizingUserService.SynchronizeAsync)?
If you have this in
Hi Is there an Episerver API that enables me to find and delete users in the database table ... actually delete them? Is this possible? ISynchronizingUserService
is used to synch users, Don't think so
database when a user is authenticated (see ISynchronizingUserService in the code example below). There is no ... background ServiceLocator.Current.GetInstance<ISynchronizingUserService>() .SynchronizeAsync(ctx.AuthenticationTicket
database when a user is authenticated (see ISynchronizingUserService in the code example below). There is no ... background ServiceLocator.Current.GetInstance<ISynchronizingUserService>(). SynchronizeAsync(context.AuthenticationTicket
database when a user is authenticated (see ISynchronizingUserService in the code example below). There is no ... background ServiceLocator.Current.GetInstance<ISynchronizingUserService>().SynchronizeAsync(ctx.AuthenticationTicket
<!DOCTYPE html> Recently I have been asked to show a working mode authtenication ... background ServiceLocator.Current.GetInstance<ISynchronizingUserService>().SynchronizeAsync(ctx.AuthenticationTicket
Hi, My webapp host on DXC as mutiple sites and intergrated with ADFS. I want to set <strong>Wtrealm</strong> ... ServiceLocator.Current.GetInstance<ISynchronizingUserService>().SynchronizeAsync(ctx.AuthenticationTicket
We're trying to implement a mixed mode authemtication scenario where CMS Editors/Admins login using Azure ... ServiceLocator.Current.GetInstance<ISynchronizingUserService>()
.SynchronizeAsync(ctx