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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per-application disabling of auth #81

Closed
richfitz opened this issue Aug 16, 2018 · 2 comments
Closed

Per-application disabling of auth #81

richfitz opened this issue Aug 16, 2018 · 2 comments

Comments

@richfitz
Copy link

This is a feature request - please feel free to just say no 馃榿

In https://www.shinyproxy.io/configuration/ the auth and users are set at the whole proxy level and access is given via lines like:

    access-groups: [scientists, mathematicians]

Am I right that there is no way of per-application entirely removing the authentication requirement (I think that means that there will be no load balancing either, right?). Would supporting something like a per-application disabling of authentication be something you'd be willing to support?

@fmichielssen
Copy link
Member

Removing authentication from the /app/... URLs will be straightforward, but supporting anonymous users on the index page requires some additional work I believe.
Also, some authentication backends like OpenID and Keycloak have additional filters installed, those will have to be adjusted as well.

@LEDfan
Copy link
Member

LEDfan commented Mar 9, 2023

See issue #330 for an explanation why this is quite difficult to achieve.

@LEDfan LEDfan closed this as completed Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants