Replies: 1 comment
-
|
@hantsy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created an
app_metadatagroup for the user attributes that are related to our business logic.What I want to map in access token like this.
{ // other data in token "app_metadata": { "key1": "value1", "key2": "value2" } }But there is no mapper to map the attributes in this group to access token directly, I have to map then one by one like this.
{ "key1": "value1", "key2": "value2" }Beta Was this translation helpful? Give feedback.
All reactions