diff --git a/docs/assets/getting-started/github-sso.png b/docs/assets/getting-started/github-sso.png new file mode 100644 index 0000000..f129abf Binary files /dev/null and b/docs/assets/getting-started/github-sso.png differ diff --git a/docs/assets/getting-started/sso-setting.png b/docs/assets/getting-started/sso-setting.png new file mode 100644 index 0000000..f11c0b2 Binary files /dev/null and b/docs/assets/getting-started/sso-setting.png differ diff --git a/docs/getting-started/sso.md b/docs/getting-started/sso.md new file mode 100644 index 0000000..39857be --- /dev/null +++ b/docs/getting-started/sso.md @@ -0,0 +1,17 @@ +# Single Sign-On(SSO) + +> **Note**: This feature is only available in the **Enterprise** plan. + +**Single Sign-On (SSO)** is an authentication method that enables users to securely authenticate with multiple applications and websites by using just one set of credentials. + +Slash supports SSO integration with **OAuth 2.0** standard. + +## Create a new SSO provider + +As an Admin user, you can create a new SSO provider in Setting > Workspace settings > SSO. + +![sso-setting](../assets/getting-started/sso-setting.png) + +For example, to integrate with GitHub, you might need to fill in the following fields: + +![github-sso](../assets/getting-started/github-sso.png)