如何在 JSF 中发送授权标头 - Mojarra - PrimeFaces

发布于 2025-01-10 04:20:47 字数 464 浏览 0 评论 0原文

我们有一个 java 8 项目,其中使用 PrimeFaces 3.5 实现 JSF Mojarra。我们正在使用 Spring Security 实现身份验证 OIDC。

前端必须在每个 HTTP 请求中包含带有不记名令牌的授权标头。 我们找不到如何在调用任何 Primefaces 组件(命令按钮等)时添加标头。

例如,当我使用 commandLink 标签时 (https://www.tutorialspoint.com/jsf/jsf_commandlink_tag .htm)我需要渲染的方法 mojarra.jsfcljs 在调用时使用我的令牌发送授权标头后端。

有没有办法使用 Mojarra 发送自定义标头以实现 OIDC 协议?

We have a java 8 project with JSF Mojarra implementation with PrimeFaces 3.5. We are implementing the authentication OIDC using Spring Security.

The front has to include in each HTTP Request the header Authorization with the bearer token.
We couldn't find how to add a header in a call any Primefaces component (commandbutton,etc).

When I use for example the commandLink tag (https://www.tutorialspoint.com/jsf/jsf_commandlink_tag.htm) I need that the rendered method mojarra.jsfcljs to send the Authorization header with my token when it calls the backend.

Is there any way of send customized headers with Mojarra in order to implement OIDC protocol?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文