Committee application application for Online online.
To connect Supreme Guacamole to an authentication backend you might have to change some of the following environment variables.
Key | Default value | Description |
---|---|---|
REACT_APP_AUTH_AUTHORITY |
http://localhost:8000/openid/ |
Authority server / OpenID provider |
REACT_APP_AUTH_CLIENT_ID |
The client ID from OpenID | |
REACT_APP_AUTH_RESPONSE_TYPE |
id_token token |
The response type. Should probably not be changed unless implementation of OAuth is changed. |
REACT_APP_AUTH_SCOPE |
See scopes | The scopes this application requires from the OAuth provider. |
Sentry is used for automatic error reporting.
Key | Default value | Description |
---|---|---|
REACT_APP_SENTRY_DSN |
'' |
Full URL generated by Sentry |