Auth Server
Setup Authentication Server with your organization SSO
Image:
convaitech/convai-auth-onprem:v0.1.5Environment Variable Setup
// auth-server.env
COOKIE_ENCRYPTION_KEY=random-token
# OPENID_CONNECT_KEY=5ar4f5jl9u...
# OPENID_CONNECT_SECRET=1rfu4nsa00ql91i33ieua...
# OPENID_CONNECT_DISCOVERY_URL=https://cognito-idp.us-west-1.amazonaws.com/us-wes.../.well-known/openid-configuration
COOKIE_DOMAIN=localhost
BASE_URL=http://localhost:8081
IS_ON_PREM=true
...Container Deployment:
Last updated