I would like to have re-direct my users to my application web page when they sign out Azure AD/Office 365. While according to the documentation from https://greeneyeits.com/?p=520, we can edit Post-Signout Link URL there and redirect the user when they sign out Azure AD/Office 365. However, this feature is not editable any more in Azure Portal. Hence, can i have a workaround for redirecting my user to my application when they sign out Azure/Office 365? Thanks in advance!
2 Answers
You can do it in Azure Classic portal.
Go to Classic portal with https://manage.windowsazure.com and login your Azure account.
Navigate to Azure Active Directory > Choose your Directory> CONFIGURE > Customize Branding
In step 2 of Customize Branding , you will find "POST LOGOUT LINK URL":
Hope this helps.
Update:
I did a test and I came across the issue as yours. We can Customize Branding for login page, but cannot set Sign out URL for AD itself.
I paid attention to this information in the CONFIGURE Customize Branding:
If this is configured, Azure AD will show a link to a web site of your choice,after users sign out of Azure AD web applications.
This means that it is configured for Web apps in Azure AD, not AD itself. So, for now , I think we cannot customize the logout redirect URL for Azure portal and office 365 itself.
Azure had changed the configuration sections in Company Branding. I haven't found a way to achieve configuring sign out URL for AD itself.