Hi there !
We’re using foundry as a backend for some client apps.
When trying to implement a logout, I’ve found the following endpoint:
/multipass/api/logout
Unfortunately, this endpoint doesn’t handle redirections as per OpenID Connect’s standards (for example using post_logout_redirect_uri
).
This leaves the user with a browser page that never closes, which is less than ideal especially on native mobile apps.
Is this something that could be implemented ? If not, is there any way around this currently ?
Thanks a lot !