I created an Azure AD application and a web application. Azure AD application uses AAD Authentication. It works well. When I go to my url and I'm not authenticated, I have to enter my credentials. When I enter my credentials, I am redirected to my application.
But then the problem arises. How to log out. I found this question , and I wanted to implement option 2: do not exit using code, but use Azure AD links. The thing is, I don’t know where to set it up. He claims that
Add some specific login and logout links
But where? Where in Azure and on which portal (new or old) can I configure this? He also provided a link with a sample, but I do not understand this sample (I’m kind of new to Azure).
source
share