vue spa在 main.js 里
const authing = new AuthenticationClient({
appId: ‘xxxxxxx’,
appHost: ‘https://{domain}.authing.cn’,
redirectUri: ‘http://192.168.1.6:8080/callback’,
tokenEndPointAuthMethod: ‘none’
});
运行时得到返回: 服务器JWKS端点请求失败。
但是实际能看到有两个JWKS请求,第一个JWKS返回了正确响应,并携带了公钥key;
第二个返回204
- Request URL:
https://{域名}.authing.cn/oidc/.well-known/jwks.json
- Request Method:
GET
- Status Code:
200