【发布时间】:2019-05-30 10:44:43
【问题描述】:
我有一个使用 OIDCStrategy 对用户进行身份验证的 webapp。它使用 cookie 而不是带有 useCookieInsteadOfSession 标志的会话。我的另一个应用程序是受 BearerStrategy 保护的 API。我的 webapp,使用 axios withCredentials: true 我通过浏览器 cookie 发送。但是在 API 中,BearerStrategy 只检查请求标头的授权。有没有办法提取cookie中的access_token?
【问题讨论】:
标签: adal