Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null 'Email' causes idp to crash #15

Open
rafamartinsbr opened this issue Jul 15, 2019 · 0 comments
Open

Null 'Email' causes idp to crash #15

rafamartinsbr opened this issue Jul 15, 2019 · 0 comments

Comments

@rafamartinsbr
Copy link

The Email field on aspnet_Membership table is not required (as far as I know/can see), right?

MembershipClaimsService tries to add a null value to its claims collections (during login) and an exception is thrown failing the process.

Method is GetClaimsFromAccount at line 42. Simple validation could fix the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant