Polyaxon & SSO with SAML
How to use Polyaxon and SSO with SAML together
You can use SAML to manage your organization’s entire membership.
Overview
Polyaxon supports using SAML authentication for Single Sign On, both when self-hosting and soon on the Polyaxon Cloud.
Configure a SAML provider
Polyaxon works with various common SAML Identity Providers: Okta and OneLogin.
You should provide a callback URL: [Domain/IP]/sso/saml
Update your deployment config file
Use your information to update your deployment config file.
externalServices:
auth:
saml:
enabled: true
options: {...}