Configuring UserLoginInfo in Identity Asp.Net

UserLoginInfo in Identity Asp.Net is a private class with two attributes:

LoginProvider and ProviderKey

I would like to add one additional information to it (for example, e-mail), so that it makes more sense for the user when managing their SSO associations.

For example, if you try to log in using google, on the account management page you will see

Provider: Google
ProviderKey: https://www.google.com/accounts/o8/id?id=AItOawkmqLbSJXXXXXXXXXXXXX--c

This is not very important from a management point of view. Any suggestions?

+3
source share
1 answer

API- usermanager, , string providerKey. , , - , UserManager API-, -, .

+1

All Articles