ServiceLocator.Current.GetInstance<ISynchronizingUserService>().SynchronizeAsync(ctx.AuthenticationTicket ... guess I need to implement a custom ISynchronizingUserService, so that in case of an apple user, it
WsFederation and are synchronized by means of ISynchronizingUserService have no “My Settings” link ... interface for users who are synced through ISynchronizingUserService?
Or if that is not possible, how can
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
We're having a problem with an OIDC-integration on .NET 5/CMS 12 - the integration itself is working ... ServiceLocator.Current.GetInstance<ISynchronizingUserService>().SynchronizeAsync(ident);
Hi, Can we sync a person who is logging in via Azure Active Directory and map them to a contact ... (SSO) on Commerce solution, you can use ISynchronizingUserService to synchronize the cliams identity with
Hello everyone, We are using OIDC to authenticate users and noticed that the users are synchronized ... database based on their username by the ISynchronizingUserService. By default the username comes from the
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 We have upgraded to Optimizely cms 12 and are able to Login from Optimizely default login. The next step is to login with our custom ... .GetRequiredService<ISynchronizingUserService>();
var claims
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]
Hi I'm loggin in via openId, after login i am redirected to access denied page - it seems that epi does not recognize me as webadmin. ... .GetRequiredService<ISynchronizingUserService>();
await
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