问题描述
我认为这个问题非常有名,并且有多个解决方案可用于注销,但都需要自定义开发。
问题:
我在Azure AD中使用SAML启用了SSO,但是当我尝试注销时,它会重定向到主页。我必须将此重定向到登录页面。
我尝试过此脚本但无法设置此脚本,因为SharePoint 2010没有ProviderSignOutUri设置选项:
$ sts = Get-SPTrustedIdentityTokenIssuer AzureAD
$ sts.ProviderSignOutUri =
$ sts.Update()
您推荐的任何解决方案都没有自定义代码?
谢谢
Sabeeh
Microsoft合作伙伴公司的SharePoint开发人员/顾问
Hi,
i think this issue very known and have multiple solutions available for signout but all requires custom development.
Problem:
I have enabled SSO using SAML with Azure AD but when i try to signout it redirects to home page. I have to redirect this to signin page.
I have tried this script but unable to set this because SharePoint 2010 doesn't have ProviderSignOutUri set option:
$sts = Get-SPTrustedIdentityTokenIssuer AzureAD
$sts.ProviderSignOutUri =
$sts.Update()
Any solution you recommend without custom code?
Thanks
Sabeeh
SharePoint Developer/Consultant at Microsoft Partner Firm
这篇关于使用Azure AD注销问题SharePoint 2010 SSO?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!