使用 OpenSSO/AM 和 get 方法将信息从一个页面发送到另一页面
我有一个受 OpenAm 服务器保护的网站,并且在身份验证后访问页面,工作正常。但是,当我尝试重定向到页面并使用 get 方法传递信息时,我收到一条禁止访问消息。
有没有办法使用 get 方法(或任何其他方法)将我的信息从源页面传递到目标页面,或者是否需要对 Web 代理进行任何配置,以避免 OpenSSO 服务器拒绝我的访问。
我实际上使用 IIS 7.0 和最新的 Web Agent 版本 3.0.4。
感谢一百万的任何收到的答案
I have a web site protected by an OpenAm Server and accessing pages, after authentication, works fine. But when I try to redirect to a page and pass information with the get method, I obtain a forbidden access message.
Is there a way to pass my informations from the source page to my destination page with the get method (or any other method) or is there any configuration to do, to the Web Agent, in order to avoid the OpenSSO Server to deny my accesses.
I actually use IIS 7.0 and the last Web Agent version 3.0.4.
Thanks a million for any incoming answers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想您是在问为什么在 GET 请求中传递参数时会被拒绝。您需要一个涵盖 mysite.com/* 以及 mysite.com/ 的策略吗?
策略引擎允许对具有参数的传入 URL 进行限制
I think you are asking why you get denied when passing params in a GET request. You need a policy that covers mysite.com/* as well as mysite.com/?
The policy engine allows restriction on incoming urls if they have args