Easiest way to grab user_metadata with Laravel SDK

Hi @mproctor,

Welcome to the Auth0 Community forums!

You’re on the right path, but user_metadata and app_metadata are not legitimate scopes. What you want are custom claims. The gist:

Create a rule that adds custom claims to you ID token and / or access token for the user profile attributes you want.

Have a look at this thread:

3 Likes