Currently, we have the user’s userId
on a backend nodejs service, and want to get a ID token for the user from this userId
. Is this possible, preferably without requiring username
and password
login?
Hey there @quantum-code !
Unfortunately, outside of a typical user flow (auth code, password grant, etc.) there’s no way to get a user’s token(s) with only their userId
(sub
claim).
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.