如何在 JSF 中发送授权标头 - Mojarra - PrimeFaces
我们有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论