OidcProxy.Net icon indicating copy to clipboard operation
OidcProxy.Net copied to clipboard

Single sign out problem

Open ArcherTrister opened this issue 9 months ago • 2 comments

Hi, How to get other spa clients to sign out after a single sign out.

ArcherTrister avatar Apr 25 '24 02:04 ArcherTrister

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

appie2go avatar Apr 25 '24 07:04 appie2go

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.

ArcherTrister avatar Apr 25 '24 09:04 ArcherTrister