- ABP Framework version: v4.4
- UI type: Angular
- DB provider: EF Core
- Identity Server Separated (Angular): yes
When I sign out of the Angular app it redirects to the identity server/host API server just fine but then it doesn't redirect back to the angular app. It just sits at the signed out screen. That says the below but never redirects back to Angular app. It seems like it is actually signing out but just the redirect back to the Angular app is not workinging. The server is using Azure Active Directory for the authentication. Is there something I can check to see why it is not doing this?
Signed Out You have been signed out and you will be redirected soon.
3 Answer(s)
-
0
Can you check the below link if you haven't already? 👇👇
https://community.abp.io/articles/how-to-setup-azure-active-directory-and-integrate-abp-angular-application-lyk87w5l
-
0
That is how I implemented Azure AD. It is only when I sign out. The login works perfectly fine. It seems to be something to do with the identity server as it sits at that screen that says the below.
Signed Out You have been signed out and you will be redirected soon.
-
0
Can you enter the URL of your Angular application in the section that says Logout URL in Manage Azure Active Directory in Azure portal and try?
If you encounter the same problem again, can you open DevTools of your browser when you see in page the text "You have been signed out and you will be redirected soon" and check if there is an error on the Console?