1
votes

Is there any Office 365 REST API to sign out user of office 365 like Single sign out & by that way from azure active directory?

1

1 Answers

6
votes

Not an API per se, but you can just have the user browse to:

https://login.windows.net/common/oauth2/logout?post_logout_redirect_uri=<some_page_in_your_app>

Whatever value you put in the post_logout_redirect_uri is where Azure will redirect the browser after logout is complete.