Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Auth0 with SAML (or equivalent OAuth approaches) and adding a whitelist of addresses #528

Open
DeepanshKhurana opened this issue Oct 10, 2024 · 2 comments
Labels

Comments

@DeepanshKhurana
Copy link

Hello!

I have a personal suite of apps that I want a few people to access. The problem with simple authentication is keeping and managing passwords, which has become a bit cumbersome.

I successfully implemented Auth0 with Google sign-in to my ShinyProxy instance. It works perfectly. Now, anyone with a valid Google login can access all applications.

My question is: Is there a way to have a whitelist of users/email addresses for an authentication method like saml? If yes, how can I get it to work?

Also, I have been unable to make the Logout button in ShinyProxy work for Auth0, but that is a secondary question. I want to log users out when they close the tab. But that is contingent on the actual use-case mentioned above working first.

@LEDfan
Copy link
Member

LEDfan commented Oct 28, 2024

Hi, in ShinyProxy this is currently not possible on a global level, but for each app you can specify who can use it, see https://shinyproxy.io/documentation/configuration/#access-users . In addition, this should be possible directly in Auth0, see e.g. https://auth0.com/blog/ensure-users-log-in-trusted-networks-auth0-actions/

@DeepanshKhurana
Copy link
Author

Thank you for the resources. I'll take a look at the suggestions and get back to you. Appreciate the time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants