OIDC bypass login button (eg. prompt=none) & single logout URL #504
Unanswered
niallreenan
asked this question in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
So I managed to get our keycloak server talking to our Rustdesk pro server console and it's working well. However, there are a couple of issues.
The first is that there seems to be no way to force an auth check through OIDC. So the user is required to click the login button. Our cloud is based on a seamless single login so this is causing an issue. I've tried everything to get it to allow seamless login, including OAUTH2 proxies, but I can't get it to work. Other apps usually have a simple "force OIDC login" option.
The second problem is there is no single logout URL. I am in the process of making a workaround that wipes the session info on the browser but this is not very secure as the token is still active on the server.
Is there any chance of getting a simple bypass login button URL and a single logout URL?
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions