fayzul
fayzul
KKinde
Created by fayzul on 3/20/2025 in #💻┃support
How to Ensure Email is Included in User Profile Response?
Hey everyone, I'm integrating Kinde authentication into my Django backend and Flutter frontend. I’m retrieving user info from /oauth2/v2/user_profile, but the email field is missing from the response. What I've Tried So Far: Checked OpenID config → The "scopes_supported" field includes "email", so it should be available. Decoded the access token → The email claim is not inside the token when checking on jwt.io. Tried requesting email explicitly: Passed "scope=email" when making the authentication request. Sent GET /oauth2/v2/user_profile?include=email but still didn't get the email field. Tried adding include_claims=email in the authentication request. Despite all this, Kinde still doesn’t return the email field. Is there an additional parameter we need to send to make sure Kinde includes the user's email in the token and user profile response? Would appreciate any help—thanks in advance!
10 replies