最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

spring boot - Authenticated Webfocus user needs to make a REST Api call from browser. How does REST Api make sure that it&#3

programmeradmin4浏览0评论

I have a scenario where users log into Webfocus and get authenticated via IDP. One of the Webfocus pages calls a REST Api via JavaScript so the request is made directly from user's browser. The REST Api is a Spring Boot app that is running on the same WebSphere app server as Webfocus.

What are my options for verifying that the request coming into the REST Api is from the user that just logged in to the Webfocus app?

It does not look like an IDP access token is getting passed to the REST Api. But I do see a WF-JSESSIONID cookie. Can I somehow use that to verify authenticated session with Webfocus?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论