We got 7.3.8 site. One of our users his account locks quite regularly and we have to keep un locking it.
In the log we see:
Umbraco.Core.Security.UmbracoBackOfficeIdentity
System.InvalidOperationException: Cannot create a Umbraco.Core.Security.UmbracoBackOfficeIdentity from System.Security.Claims.ClaimsIdentity since the required claim http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier is missing
at Umbraco.Core.Security.UmbracoBackOfficeIdentity.FromClaimsIdentity(ClaimsIdentity identity)
at Umbraco.Core.Security.AuthenticationExtensions.GetCurrentIdentity(HttpContextBase http, Boolean authenticateRequestIfNotFound)
Three of those not sure if in umbraco after 3 failed attempts accounts lock or is it 5?
Hi Ismail
Did you manage to solve the problem?
I have a slightly differenet problem related to this error. Users of my website cant registere new user and log in to my website because of the same error as you get.
Login issue
We got 7.3.8 site. One of our users his account locks quite regularly and we have to keep un locking it.
In the log we see:
System.InvalidOperationException: Cannot create a Umbraco.Core.Security.UmbracoBackOfficeIdentity from System.Security.Claims.ClaimsIdentity since the required claim http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier is missing at Umbraco.Core.Security.UmbracoBackOfficeIdentity.FromClaimsIdentity(ClaimsIdentity identity) at Umbraco.Core.Security.AuthenticationExtensions.GetCurrentIdentity(HttpContextBase http, Boolean authenticateRequestIfNotFound)
Three of those not sure if in umbraco after 3 failed attempts accounts lock or is it 5?
Anyone seen this before?
Regards
Ismail
Hi Ismail Did you manage to solve the problem? I have a slightly differenet problem related to this error. Users of my website cant registere new user and log in to my website because of the same error as you get.
I appreciate any help! Thanks
is working on a reply...