dillorscroft
KKinde
•Created by dillorscroft on 8/13/2024 in #💻┃support
Custom Properties
Actually even this doesnt work for me with a Kinde created Property
console.log(
This is included in the access token and applied to the application as a token
City: ${getClaim('kp_usr_city', 'access_token')?.value}
);
This is included in the access token and applied to the application as a token
13 replies
KKinde
•Created by dillorscroft on 8/13/2024 in #💻┃support
Custom Properties
Using KindeBrowserClient I can get the claims from the AccessToken like below; Without giving too much away about my architecture this works;
console.log(
MemberId: ${accessToken?.user_properties?.gp_usr_member_id.v}
);
console.log(AccountId: ${accessToken?.external_org_id}
);
but the MemberId claim is simply not available using any helpers including getClaim;13 replies
KKinde
•Created by dillorscroft on 8/13/2024 in #💻┃support
Custom Properties
Any update? Thanks
13 replies
KKinde
•Created by dillorscroft on 8/13/2024 in #💻┃support
Custom Properties
Both claims are in the raw access token BTW.
13 replies
KKinde
•Created by dillorscroft on 8/13/2024 in #💻┃support
Custom Properties
I'm using "@kinde-oss/kinde-auth-nextjs": "^2.3.6" and have seen the links posted on a similar thread https://discord.com/channels/1070212618549219328/1269986274081636373/1269986274081636373 but somethign as simple as showing the user object in the console shows only Kinde created properties not custom.
13 replies
KKinde
•Created by dillorscroft on 8/9/2024 in #💻┃support
Custom Claims
How can I retrieve these custom properties in a client component in NextJS?
5 replies
KKinde
•Created by dillorscroft on 8/9/2024 in #💻┃support
Custom Claims
Thought about deleting this but for anyone in the future it’s called a property in Kinde! Just spotted it
5 replies