【发布时间】:2018-07-15 08:57:33
【问题描述】:
我在 Azure App Service .NET Core 应用程序中启用了 Google 身份验证,我正在尝试使用 Postman 生成访问令牌:
一个access token 和一个id_token 成功生成,但是当我将access token 输入jwt.io 时,我看到了乱码:
我是 google auth 和 JWT 的新手,所以我的期望可能完全无效,但我不应该能够解码 jwt.io 上的令牌吗?
【问题讨论】:
-
RFC6749 section 1.4:
An access token is a string representing an authorization issued to the client. **The string is usually opaque to the client**
标签: azure google-api jwt google-oauth postman