Create a registered user database

Hi,
First of all thanks for making and sharing the amazing ShinyProxy. I have a Shiny application which I have configured with ShinyProxy successfully. Now I like to give access to it to registered users only through openid/SAML/SSO.
What could be the easy way to develop a database of registered users and configure it with ShinyProxy?
Will it be possible to configure both the user database and ShinyProxy in a single Kubernetes cluster?

With regards,
Rishi

I think what you’re looking for is Keycloak. ShinyProxy can work with Keycloak as documented here. It’s very common to use Keycloak with an LDAP database.

1 Like