Skip to content

Instantly share code, notes, and snippets.

@Sam7
Created March 9, 2018 04:36
Show Gist options
  • Save Sam7/bebf81db419606379e0f2a322ed3889e to your computer and use it in GitHub Desktop.
Save Sam7/bebf81db419606379e0f2a322ed3889e to your computer and use it in GitHub Desktop.
UmbracoCustomOwinStartup.OnAutoLinking.cs
private static void OnAutoLinking(BackOfficeIdentityUser autoLinkUser, ExternalLoginInfo loginInfo)
{
OnExternalLogin(autoLinkUser, loginInfo);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment