Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/docs/build/tokens/about-id-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ During authentication, ID tokens carry information about authenticated users sec
"updated_at": 1692009540
}
```

## Can't find a claim in the token?

Missing token claims are usually caused by missing scope requests in your app. If you are not using an SDK, you need to manually add scopes (such as `profile`, `email`, `openid`) so that the token you receive from Kinde includes the right claims. Review this document if you are [not using an SDK](/developer-tools/about/using-kinde-without-an-sdk/).
Loading