I need a Help, when authenticating Email.
It is not all but some users who receive the authentication email, after clicking the link that receives the email, it goes to a blank page, it follows ex:
Querying the user ID: 05a98f16-58a2-4a2c-9bd1-db3f9ece789b is in the database and has status EmailConfirmad = 0
WebConfig
<!-- Configurações usadas pelo ASP.NET Identity. -->
<add key="DefaultAccountLockoutTimeSpan" value="5" />
<add key="HistoryLimit" value="5" />
<add key="MaxFailedAccessAttemptsBeforeLockout" value="5" />
<add key="MinPasswordLength" value="8" />
<add key="PasswordExpiration" value="60" />
<add key="UserLockoutEnabledByDefault" value="true" />
<!-- Configurações do e-mail usadas pelo ASP.NET Identity. -->
<add key="EmailAddress" value="naoresponder@*******.com.br" />
<add key="EmailPassword" value="*******" />
<add key="EmailPort" value="587" />
<add key="EmailProvider" value="smtp.office365.com" />