I am using below code to logout from my app where i am using Azure AD Authentication. but it is redirecting to another screen where i need to select the account. After selecting the account it is completely logging off. How do i completely logout a user
with out selecting a account in my App.
I am using below code to logout from my app where i am using Azure AD Authentication. but it is redirecting to another screen where i need to select the account. After selecting the account it is completely logging off. How do i completely logout a user
with out selecting a account in my App.
Member
32 Points
458 Posts
Azure AD SignOut API
May 22, 2018 12:15 PM|pathipati|LINK
I am using below code to logout from my app where i am using Azure AD Authentication. but it is redirecting to another screen where i need to select the account. After selecting the account it is completely logging off. How do i completely logout a user with out selecting a account in my App.
All-Star
52971 Points
23574 Posts
Re: Azure AD SignOut API
May 22, 2018 01:38 PM|mgebhard|LINK
The code shown logs the user out of the client application. See the Azure docs related to the protocol and flow you are using.
https://azure.microsoft.com/en-us/resources/samples/active-directory-dotnet-web-single-sign-out/
https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-single-sign-out-protocol-reference