You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issues with removal of user logins on change to external login provider configuration (13) (#19511)
* Ensure to delete related tokens when removing logins for removed external login providers.
Ensure to avoid removing logins for members.
* Applied suggestions from code review.
* Removed unnecessary <= check.
.Where<ExternalLoginDto>(x =>!x.LoginProvider.StartsWith(Constants.Security.MemberExternalAuthenticationTypePrefix))// Only remove external logins relating to backoffice users, not members.
0 commit comments