Base solution for your next web application
Open Closed

OPENID username #8598


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.