Hi,
Firstly, sorry if this a rookie question, I’ve never had to deal with authentication before.
I’m creating a Blazor Server Side application, and implemented Auth0 using the following blog post by Auth0:
I’ve created a user and added a property in the App_Metadata, to let me set information for the user but stuff they can’t change (CompanyId: 3).
How do I get the CompanyId from the App_Metadata in Auth0 into my application? It’s not a role, but gives me information about the user to link them to more data in my own database.