I have the following workflow:
- User creates an account in Auth0
- User is sent back to my application for onboarding and additional information
- I add a value to their user metadata (I have added the custom flow to add that metadata as a claim value when they log in - and it works just fine during the login process)
My issue is that I need to force refresh their claims and not log them out and make them log back in. I’m using .NET MVC if that helps.
Thanks in advance!