DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
Which token should an app use to determine the authenticated user's identity in an OIDC flow?
A
The access_token, since it's always a JWT with identity claims
B
The id_token — its sub claim is the standardized, guaranteed identity assertion
C
Either token works identically for this purpose
D
Neither token contains any identity information
Check Answer