问题描述
- 我们正在尝试实施OIDC,以便将用户从我们的主要平台迁移到我们的次要平台
- 在调用AutomaticSilentRenew函数时,它会留下以下错误:
- 这里(PFA)有什么问题
OIDC配置对象:
VUE_APP_OIDC_CONFIG={"authority": "https://auth.mainPlatform.com","clientId": "<client-id>","redirectUri": "http://localhost:8080/oidc-callback","popupRedirectUri": "http://localhost:8080/oidc-popup-callback","responseType": "id_token token","scope": "openid email","automaticSilentRenew": true,"automaticSilentSignin": true,"silentRedirectUri": "http://localhost:8080/silent-renew-oidc.html"}
错误:
{context: "authenticateOidcSilent",error: "login_required"} App.vue?234e:38 I am listening to the oidc error event in vuex-oidc context: "authenticateOidcSilent" error: "login_required"
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)