How to signout from an Azure Application?

前端 未结 3 1339
渐次进展
渐次进展 2020-12-19 02:36

I have created a Azure AD application and a Web App. The Azure AD Application uses AAD Authentication. This works well. When I go to my URL and I am not authenticated, I hav

3条回答
  •  [愿得一人]
    2020-12-19 03:16

    I finally found why I couldn't get the provided example to work which I mentioned in my start post: the setting WEBSITE_AUTH_LOGOUT_PATH is deprecated and you can now call /.auth/logout to log out.

    Found it on this page

提交回复
热议问题