使用 OpenSSO/AM 和 get 方法将信息从一个页面发送到另一页面

发布于 2024-12-05 04:25:18 字数 250 浏览 5 评论 0原文

我有一个受 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浪菊怪哟 2024-12-12 04:25:18

我想您是在问为什么在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文