Base solution for your next web application
Open Closed

Possbilbe bug | Windows federation service #5266


User avatar
0
ashgadala created

I was testing WsFederation service.

Every thing works well as expected. But if we disable the user activation up on sign up. Once successfully registered. If the user tries to relogin before activating the account. Instead of the application throwing a message that account is still inactive it throws an exception "An unhandled exception occurred while processing the request. UserFriendlyException: Login failed! " at 711.

Not sure if this expected or if you were planning a message with account still inactive message. :?:

If this a bug i can report it on Git hub let me know.

default: throw _abpLoginResultTypeHelper.CreateExceptionForFailedLoginAttempt( loginResult.Result, externalLoginInfo.Principal.FindFirstValue(ClaimTypes.Email) ?? externalLoginInfo.ProviderKey, tenancyName ); }


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @ashgadala please create an issue and we will test it.