Custom Properties not showing on Access Token or ID Token (Next.js)
I have created a new custom property , assigned it to be public, and also added it to the Access and ID Token customisation settings but the property never appears when console logging accessToken, idToken or User from @kinde-oss/kinde-auth-nextjs - what am I doing wrong?
Under User I can see a "properties" object which is empty. Both Access and ID Tokens don't have a "properties" object.
1 Reply
Hey @Seb,
I am sure we can solve your issue.
What version of the NextJS SDK are you using?
Also, can you please confirm you see all the rest of the claims in the following ID and access token examples, when console logging?:
- ID token example
- access token example