SAML authentication setup
Create Okta Application
Configure Okta Application
Onyx
and upload the Onyx logo.email
and Value is user.email
.Assign Users to Application
Configure Onyx for SAML
onyx/backend/ee/onyx/configs/saml_config
and copy the template settings file.settings.yaml
file with the following values:idp: entityId
entityID
value and paste it into idp: entityId
in settings.yaml
.idp: x509cert
ds:X509Certificate
element.idp: x509cert
in settings.yaml
.idp: singleSignOnService: url
sp: entityId
sp: assertionConsumerService: url
sp: x509cert
sp: x509cert
in settings.yaml
.Set Onyx Environment Variables
.env
or values.yaml
file (Docker and Kubernetes, respectively)..env
file, copy onyx/deployment/docker_compose/env.prod.template
to a new .env
file in the same directory.