Claims doesn't have all the user information

Hi Everyone, after authentication, the claims don’t have all the user information.
Could you please let me know if I am missing anything? I am using the Auth0 Owin quickstart guide for Asp.Net MVC


Hi @ashsubedi.ae

I’m not familiar with Asp.net, so I’m not sure exactly what you are looking at.

But, I see the standard claims for an ID token there. An ID token will not have all the user info (all the data you are looking at in the Auth0 dashboard). You will have to explicitly add additional fields to the ID token via an action or a rule if you want more info in there.

John

1 Like

Hi @john.gateley thank you for your reply.
Would you be able to provide links or samples which I can use to do so?
Thank you!

Try the “Add persistent attributes to the user” sample rule (available when you create a new rule).
That should give you an idea on how to proceed.

John

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.