You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two different types of access tokens that you can customize the JWT claims for:
66
64
@@ -75,9 +73,7 @@ Pick any type of access token you want to customize the JWT claims for, and clic
75
73
76
74
In the `Custom JWT` details page, you may find the script editor to write your custom JWT claims script. The script should be a `JavaScript` function that returns an object of custom claims.
@@ -168,8 +164,6 @@ Make sure to test your script before saving it. Click on the `Test Context` tab
168
164
169
165
Click on the `Run test` on the right-top corner of the editor to run the script with the mock data. The output of the script will be displayed in the `Test Result` drawer.
0 commit comments