External Authorization method - avoid empty email

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi!
I receive null email from external authorization method.
So i would like to authorize this client as a success but i cannot make it.
Could u please tell how can i make it?
So i rewrite method

public AuthorizationResult Authorize(OpenAuthenticationParameters parameters)

from ExternalAuthorizer and it return me

return new AuthorizationResult(OpenAuthenticationStatus.Authenticated);


In database, i see record for this account but on main index page, I see that I m not authorized.
6 years ago
So any change to login with empty email address? Or not?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.