Skip to content

Commit 36dfe13

Browse files
authored
Merge pull request #541 from streamlit/kb-remove-sso
Remove enterprise SSO mention in docs
2 parents 450a4b4 + c871d8b commit 36dfe13

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/kb/deployments/authentication-without-sso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Want to secure your Streamlit app with passwords, but cannot implement single si
1111

1212
<Warning>
1313

14-
While this technique adds some level of security, it is **NOT** comparable to proper authentication with an SSO provider. For enterprise use-cases, please read [Configuring Single Sign-on (SSO)](/streamlit-cloud/get-started/share-your-app/configuring-single-on-sso).
14+
While this technique adds some level of security, it is **NOT** comparable to proper authentication with an SSO provider.
1515

1616
</Warning>
1717

content/kb/deployments/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ slug: /knowledge-base/deploy
1313
- [Argh. This app has gone over its resource limits.](/knowledge-base/deploy/resource-limits)
1414
- [App is not loading when running remotely](/knowledge-base/deploy/remote-start)
1515
- [Authentication without SSO](/knowledge-base/deploy/authentication-without-sso)
16-
- [I don't have SSO. How do I sign in to Streamlit Cloud?](/knowledge-base/deploy/sign-in-without-sso)
16+
- [I don't have GitHub or GSuite. How do I sign in to Streamlit Cloud?](/knowledge-base/deploy/sign-in-without-sso)
1717
- [How do I share apps with viewers outside my organization?](/knowledge-base/deploy/share-apps-with-viewers-outside-organization)
1818
- [Upgrade the Streamlit version of your app on Streamlit Cloud](/knowledge-base/deploy/upgrade-streamlit-version-on-streamlit-cloud)
1919
- [Organizing your apps with workspaces on Streamlit Cloud](/knowledge-base/deploy/organizing-apps-workspaces-streamlit-cloud)

content/kb/deployments/sign-in-email.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: I don't have SSO. How do I sign in to Streamlit Cloud?
2+
title: I don't have GitHub or GSuite. How do I sign in to Streamlit Cloud?
33
slug: /knowledge-base/deploy/sign-in-without-sso
44
---
55

6-
# I don't have SSO. How do I sign in to Streamlit Cloud?
6+
# I don't have GitHub or GSuite. How do I sign in to Streamlit Cloud?
77

8-
If you don't have SSO, you can sign in with your email address! Visit [share.streamlit.io](https://share.streamlit.io), enter the email address you used to sign up for Streamlit Cloud, and click the "Continue with email" button.
8+
If you don't have GitHub or GSuite accounts, you can sign in with your email address! Visit [share.streamlit.io](https://share.streamlit.io), enter the email address you used to sign up for Streamlit Cloud, and click the "Continue with email" button.
99

1010
<Image caption="Step 1: Enter your email address and click 'Continue with email'" src="/images/streamlit-cloud/email-signin-1.png" />
1111

0 commit comments

Comments
 (0)