Skip to content
Snippets Groups Projects
.env 448 B
Newer Older
  • Learn to ignore specific revisions
  • Alexis Poyen's avatar
    Alexis Poyen committed
    HOSTNAME=sdk-go.127.0.0.1.nip.io
    
    ADMIN_GROUP=ADMINS
    CLIENT_GROUP=CLIENTS
    
    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