ACS Azure 上的一个依赖方应用程序具有多个返回 URL
当我将用户重定向到其身份提供商的登录 URL(而不是我在 ACS 管理门户中指定的登录 URL)时,我希望能够指定 ACS 身份验证的返回 URL。我将主要使用 ADFS IP。
这可能吗?
I'd like to be able to specify the return URL of the ACS authentication when I redirect the user to his Identity Provider's log-in URL instead of the one I specified in the ACS management portal. I'll mainly be using ADFS IPs.
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以通过托管自己的家庭领域发现 (HRD) 页面来做到这一点。请参阅此处的选项 2:
http://msdn.microsoft.com/en-us/ library/gg185963.aspx
您可以从 ACS 门户下载有效的 HRD 页面,并自定义其对 IdentityProviders.js 的调用,并根据需要指定reply_to。
Yes, you can do this by hosting your own home realm discovery (HRD) page. See option 2 here:
http://msdn.microsoft.com/en-us/library/gg185963.aspx
You can download a working HRD page from the ACS portal and customize it's call to IdentityProviders.js, specifying the reply_to as you wish.