SHINYPROXY_USERNAME
See original GitHub issueHi, I am currently using AWS cognito for my authentication.
I was wondering if I can have multiple scopes returned, like username
, and sub
returned in an environment variable like SHINYPROXY_USERNAME
in addition to the SHINYPROXY_USERGROUPS
env var?
In summary, I was looking for a way to have something like:
SHINYPROXY_USERNAME[1] = username
SHINYPROXY_USERNAME[2] = sub
SHINYPROXY_USERGROUPS = group name
Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
FAQ | ShinyProxy
Authentication using OpenID does not work because of invalid_token_response. When using OpenID, ShinyProxy has to contact the IDP in order to validate the...
Read more >r - Is it possible to pass Login username details of shinyproxy ...
1 Answer 1 · SHINYPROXY_USERNAME: the name of the user, as used when logging in · SHINYPROXY_USERGROUPS: the groups the authenticated user is...
Read more >SHINYPROXY_USERNAME in 'shiny' user - ShinyProxy
Hi there. I am just testing the “simple” authentication and I am trying to get the username to appear in the shiny app....
Read more >shinyproxy/README.md at master - GitHub
ShinyProxy - Open Source Enterprise Deployment for Shiny - shinyproxy/README.md at ... to log in one can use the user name "tesla" and...
Read more >Advanced Configuration for ShinyProxy - R-bloggers
It comes with free enterprise features, such as authentication and authorization. In the introductory ShinyProxy post I reviewed a very ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is now part of ShinyProxy 2.6.0 (ContainerProxy 0.8.10).
See https://shinyproxy.io/documentation/spel/ for more documentation.
Thank you for the suggestion!
Hi @fmmattioni
We re-considered this and similarly to https://github.com/openanalytics/containerproxy/issues/47 we are working on a way to make this possible without causing other issues.
Unfortunately, like the other issue this will not be part of the next release. I’ll let you know when we are going to release this (or when you can try it out)