I have Google authentication enabled in an Azure App Service .NET Core application, and I am trying to generate an access token using Postman:
An access token
and an id_token
get successfully generated, but when I input the access token
into jwt.io, I see gibberish back:
I am new to google auth as well as JWT in general, so my expectation may be totally invalid, but shouldn't I be able to decode the token on jwt.io?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…