How read and display user_metadat in my blazor pages

I am building a Blazor application where I use Auth0 authentication.
My question is how do I read user_metadata and display them on my page.

I have created a user_metadat on my user like this:

{
“VirksomhedsNavn”: “Trisect development”
}

Can anyone help?

Hi @TrisectDevelopment,

Welcome to the Auth0 Community!

You could add it to the token in a post login action. Would that work for you?

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