OidcProxy.Net
OidcProxy.Net copied to clipboard
Single sign out problem
Hi, How to get other spa clients to sign out after a single sign out.
Hi,
Thanks for reaching out. I think i understand what you are asking, but could you please provide a little more context?
- Please describe your use-case:
- How many clients are at play?
- Are all clients being developed by your organisation?
- How many identity providers are at play?
- Is the identity provider built by your organisation?
- Are you currently using OidcProxy.Net? And if so:
- How did you configure it?
- What's the current behavior?
- What's the expected behavior?
Thanks in advance,
Albert
Thank you for your reply. We are looking for a solution to the BFF problem due to cookie issues. This is an open source project that was discovered by accident and is currently in the research phase, so I am using the IDS4 example provided in the project, only a BFF client was added for testing, and all the configurations were configured according to the IDS4 documentation. I tried to add a route to the BFF for front-end logout, and when I logout one of the clients, it was able to successfully access the front-end logout address with the parameter SID, but I found I didn't know how to make this client log off, so I came here to ask.