且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Azure AD SSO注销URL之间的区别

更新时间:2023-02-14 22:57:02

我很确定第一个只会让你退出应用程序和第二个将签署您的所有Azure AD和应用程序(因为它包括租户ID)。 


https://hajekj.net/2017/02 / 27 /至单登出或 - 未至/


Learned that SSO logout can be done by using any of the below URL's.

https://login.windows.net/common/oauth2/logout?post_logout_redirect_uri=<<Application Reply URL>>

&

https://login.windows.net/<<Tenant ID>>/oauth2/logout?post_logout_redirect_uri=<<Application Reply URL>>

But, question is what is the core difference between both URL's if any.

Thanks

Siva Pokuri.

I'm fairly certain that the first will only sign you out of the application and the second will sign you out of all of Azure AD and applications within (since it includes the Tenant ID). 

https://hajekj.net/2017/02/27/to-single-sign-out-or-not-to/