Prerequisites
- What is your product version? 10.5
- What is your product type (Angular or MVC)? MVC
- What is product framework type (.net framework or .net core)?
If issue related with ABP Framework
We are using OPENID connect. Where can I find better documentation. externalLoginInfo is always null. I am not sure how to find what claims are coming over. Can you please assist. I searched everywhere and any help would be great.
var externalLoginInfo = await _signInManager.GetExternalLoginInfoAsync();
3 Answer(s)
-
0
Hi,
Code for OpenID Connect is in a private license package but you can access it here https://support.aspnetzero.com/QA/Questions/9964/External-Authorization-with-OpenIdConnect---Roles-from-UserInfoEndpoint#answer-cec07c5d-0b80-05e2-1422-39f9edbadbb5.
You can copy it to your project and debug it to see the claims.
-
0
Thank you ismcagdas,
Thank you so much for response
Where do you us to copy this class? For some reason breakpoint is not hitting the class.