Is the Single Logout available for OpenID Connect?

拟墨画扇 提交于 2019-12-08 01:26:46

问题


Based on the research I did, I believe ADFS (2016) is supporting OpenID Connect Session Management. But I could not find the end_session_endpoint of our installed ADFS 2016 server. I found that in Azure (https://login.windows.net/contoso.com/.well-known/openid-configuration) we have this endpoint as https://login.microsoftonline.com/[tenant]/oauth2/v2.0/logout. But unfortunately we don't see a similar endpoint in our installation. We have for example authorisation endpoint, token endpoint, user endpoint etc, but not this one.

Do we have to enable this with a different configuration or ADFS 2016 doesn't support this in the standalone installation ?

Appreciate your help.


回答1:


I don't think it does and even if it did: the Session Management specification is not finalized (it is an implementer's draft), in fact alternatives have been proposed, and it would be hard to ensure that it works against arbitrary RPs.




回答2:


Single SignOut is supported in ADFS 2016, make sure you have KB4038801 installed on all the AD FS servers.

For more info, https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/development/ad-fs-logout-openid-connect



来源:https://stackoverflow.com/questions/37338147/is-the-single-logout-available-for-openid-connect

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!