Found 53 hits.
Sort by: Relevance Date
Forums
Implementing custom ISynchronizingUserService so that users can be synchronized on another property than username
ServiceLocator.Current.GetInstance<ISynchronizingUserService>().SynchronizeAsync(ctx.AuthenticationTicket ... guess I need to implement a custom ISynchronizingUserService, so that in case of an apple user, it
Updated: May 28, 2020
By: Pierre-Antoine Pierre
Forums
How to control the edit mode UI language for individual users when using ISynchronizingUserService
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
Updated: May 31, 2023
By: Otto Giesenfeld
Forums
Using OpenId Connect (Identity Server) - ISynchronizingUserService - synched claims are case insensitive - how to delete previous synched role
We are using IdentityServer&nbsp;for authentication and authorization into EpiServer. ... sensitive</strong>. But&nbsp;<strong>ISynchronizingUserService&nbsp;</strong>sync role claims as <strong>case
Updated: Mar 20, 2019
By: Bojan Subašić
Forums
Sorting of usergroups
<strong>Usergroups are not sorted by name</strong>. We are using ADFS with WS-Federation. ... Roles are synchronized using the&nbsp;ISynchronizingUserService.No providers are configured. Web.config
Updated: Mar 11, 2019
By: Ger Groot
Forums
Active Directory B2C - CMS Notifications
Hi, I was wondering if any one could help point me in the right direction. I am ... 'tblScheduledUsers'. When I looked into using the&nbsp;ISynchronizingUserService to get all users in roles, it doesn't
Updated: May 27, 2020
By: Paul McGann
Forums
Mixed mode authentication with Azure AD and AspNetIdentity
Management. It's a lot cleaner with only an ISynchronizingUserService instance and ClaimsIdentitities and it ... ServiceLocator.Current.GetInstance&lt;ISynchronizingUserService&gt;().SynchronizeAsync(ctx.AuthenticationTicket
Updated: Mar 11, 2019
By: Ronil Rangaiya
Forums
OIDC - mapping role claims to virtual roles not working
We're having a problem with an OIDC-integration on .NET 5/CMS 12 - the integration itself is working ... ServiceLocator.Current.GetInstance&lt;ISynchronizingUserService&gt;().SynchronizeAsync(ident);
Updated: Feb 16, 2022
By: Jørgen Tonvang
Forums
Sync contact out of Azure Active Directory
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
Updated: Jun 12, 2021
By: Siddharth Gupta
Forums
OpenIDConnect and AccessDenied
Hello, We are configuring ... .GetRequiredService&lt;ISynchronizingUserService&gt;(); await synchronizingUserService ... .GetRequiredService&lt;ISynchronizingUserService&gt;(); await synchronizingUserService
Updated: Oct 25, 2023
By: Stephen McCulloch
Forums
OIDC users are synchronized by username instead of identifier
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
Updated: Apr 29, 2022
By: Ynze Nunnink
Forums
Specific group for Customer Management access from Commerce Manager interface (site)
Currently there is no specific group(role) to provide&nbsp;access only to&nbsp;<strong>Customer ... user logs in with SSO (are you calling ISynchronizingUserService.SynchronizeAsync)? If you have this in
Updated: Jul 27, 2020
Forums
Error sign in with custom identity manager
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&lt;ISynchronizingUserService&gt;(); var claims
Updated: Aug 25, 2022
By: Trond Erik Aatlo
Forums
Tag user in Project comment not working when using external authentication provider.
Hi. We are using an external authentication provider (Azure AD B2C), which is working ... issue. So as far as I can see the&nbsp;ISynchronizingUserService syncs the users in to the&nbsp;[tblSynchedUser]
Updated: Nov 22, 2018
By: Erik Henningson
Forums
Cannot enter /episerver and /episerver/cms after login -- access denied
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&lt;ISynchronizingUserService&gt;(); await
Updated: Dec 09, 2022
By: Mateusz Lucjanek
Forums
Delete entries in tblSynchedUser
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
Updated: Jan 19, 2021
By: Aske Bay Jakobsen