Thank you for your help muhammedaltug,
Change post_logout_redirect_uri http://localhost:4200 to http://localhost:4200/logout
Where we supposed to do this exactly?
When we logout abp commercial angular we need to logout RP (Relying party) too.
When we logout RP (Relying party) we need to logout abp commercial angular. As i understand your sample covers this case? After RP logout we redirect to this new angular endpoint? But what about post logout redirect when we logout abp commercial angular?
This way you will not know which account to look at?
You will see payment request was done, but you check your stripe account and there are no funds. How do i know which payment gateway this payment was used to make? Where is this data stored?
Hello,
We didn't modify anything in your commercial abp angular application. We expect it to work as abp designed it.
After that said we expect you to explain why your commercial abp product doesn't respect logout redirect urls.
If you have any documentation explaining how to use your open iddict applications functionality to make your commercial abp angular app respect logout redirects uri config please provide it.
Do you understand?
Hello, thank you for your response, but this doesn't help because this solution is not full yet.
We have a external relying party which is using abp openiddict application to implement single signon function and it works.
We do not know how to make abp logout our external relying party system together with angular app logout.
We would like to logout our Relying Party (RP) external ecommerce system together with abp angular logout.
Question is. How to configure abp application to make angular logout external oauth relying party too.
We call url https://localhost:44374/connect/logout?post_logout_redirect_uri=https://support.abp.io/&client_id=Angular_App&id_token_hint=access_token
Everything works and we get proper redirect, but angular application is still logged in.
Also looks like angular logout doesn't respect logout redirect uris? Because logout uri redirect is set in the app, but after angular logout we do not get redirect.
Do you understand?
UI type: Angular
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): no
We use openiddict version to login magento application using abp oauth openiddict application. And login works.
What we can't make to work is single logout.
Could you please provide some guidance?
Thank you!
Hello, we have other web app login using abp 6.0.1 oauth, login works fine, but we struggle to implement single logout.
Can you help with samples or flows?
We try various abp auth application settings and nothing works for us.