auth0/shiny-auth0

Name: shiny-auth0

Owner: Auth0

Description: Auth0 shiny proxy

Created: 2015-10-02 21:28:27.0

Updated: 2018-05-15 09:33:02.0

Pushed: 2018-01-15 17:30:59.0

Homepage:

Size: 57

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Auth0 + Shiny proxy

This server proxies a shiny instance protecting it with Auth0

Running the proxy

In order to run this proxy you need to have npm and nodejs installed.

You also need to set the ClientSecret, ClientId and Domain for your Auth0 app as environment variables with the following names respectively: AUTH0_CLIENT_SECRET, AUTH0_CLIENT_ID and AUTH0_DOMAIN.

For that, if you just create a file named .env in the directory and set the values like the following, the app will just work:

nv file
0_CLIENT_SECRET=myCoolSecret
0_CLIENT_ID=myCoolClientId
0_DOMAIN=myCoolDomain
0_CALLBACK_URL=https://my.url.com/
IE_SECRET=somethingRandomHerePlease
Y_HOST=localhost
Y_PORT=3838
=3000
UT_URL=https://my.url.com/afterLogout

Once you've set those 3 environment variables, just run npm start and try calling http://localhost:3000/

For further customization you can add the following variables to your .env file

to login if the session exists on Auth0 Server
K_SESSION=true
en logout is called, log the user out of Auth0 aswell
UT_AUTH0=true
en logging out is called, must logout of remote idp aswell
is will force LOGOUT_AUTH0 to true
UT_FEDERATED=true

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.