You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I'm wondering is there a way to get the JWT?
I have my backend in spring boot, and I want to send the JWT in the Authorization header for authentification (I'm using Google as IDP, I do NOT want to access Google's API).
So I need the JWT, but all I can get is an access token.
Any ideas how I can obtain the JWT?
Thanks in advance!
Edit
Sorry, I should have been more precise...
I'm following this tutorial (useTokenClient).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all, I'm wondering is there a way to get the JWT?
I have my backend in spring boot, and I want to send the JWT in the Authorization header for authentification (I'm using Google as IDP, I do NOT want to access Google's API).
So I need the JWT, but all I can get is an access token.
Any ideas how I can obtain the JWT?
Thanks in advance!
Edit
Sorry, I should have been more precise...
I'm following this tutorial (useTokenClient).
Beta Was this translation helpful? Give feedback.
All reactions