0
XugoWebTeam created
Hi Team,
The OPENID users will have the token/user ID in the username which usually a long string. We have to change all the places from username to full name. There will be some users have the same full names in the sytem. Is that any chance that OPENID users store the token or userID somewhere else so that they can have an unique and proper username?
1 Answer(s)
-
0
Hi @xugowebteam
external UserId is stored in ProviderKey field of AbpUserLogins table. We don't store token for OpenId Connect in database. If you want to change the username generation for OpenId Connect, you can modify
DefaultExternalLoginInfoManager.cs
or you can implement your own version.