Skip to content
Snippets Groups Projects
.env 458 B
Newer Older
  • Learn to ignore specific revisions
  • Alexis POYEN's avatar
    Alexis POYEN committed
    HOSTNAME=elections.127.0.0.1.nip.io
    ADMIN_GROUP=ADMINS
    
    VISUALIZER_GROUP=VISUALIZER
    
    Alexis POYEN's avatar
    Alexis POYEN committed
    
    # Needed to user OAuth2 authentication :
    REDIRECT_URL=https://${HOSTNAME}/OAuth2Callback
    CLIENT_ID=__GET_ONE_FROM_YOUR_IDP__
    CLIENT_SECRET=__GET_ONE_FROM_YOUR_IDP__
    AUTH_URL=https://myidp.fr/IdPOAuth2/authorize/oidc-rec
    TOKEN_URL=https://myidp.fr/IdPOAuth2/token/oidc-rec
    USERINFO_URL=https://myidp.fr/IdPOAuth2/userinfo/oidc-rec
    LOGOUT_URL=https://myidp.fr/auth/logout.jsp