Base solution for your next web application
Open Closed

External OpenId Authorization_Code Grant Type User Null #10220


User avatar
0
SDU created

What is your product version? -10.2 What is your product type (Angular or MVC)? - MVC What is product framework type (.net framework or .net core)? - .NET Core Which theme are you using? - Metronic Default

I am trying to login with identity server v4 link with Authorization_Code return. I need access_token, refresh_token and id_token values given via identity server as I will connect to external application services. If the user is not registered in the system during the login process, I create a user record in the required tables. Although, there are user records, the _signInManager.Context.User object in the AccountController is null and the user does not log in externally. What kind of structure should I use in the external login system whose GrantType is Code.

Version: 10.2


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @SDU

    Could you share a reproduction project with us about this problem ? If so, could you send it to [email protected] ?

    Thanks,