This commit is contained in:
Rick Butterfield
2021-11-06 11:40:05 +00:00
committed by Bjarke Berg
parent 7ffa46d4f2
commit 25e82ddc14

View File

@@ -78,6 +78,7 @@ namespace Umbraco.Cms.Web.BackOffice.Security
if (shouldSignIn == false)
{
Logger.LogWarning("The AutoLinkOptions of the external authentication provider '{LoginProvider}' have refused the login based on the OnExternalLogin method. Affected user id: '{UserId}'", loginInfo.LoginProvider, user.Id);
return SignInResult.NotAllowed;
}
}