Skip to content

Commit 0cec580

Browse files
committed
Merge branch 'maxia' of github.com:segmentio/segment-docs into maxia
2 parents 7d7ab3f + 03bb205 commit 0cec580

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/_layouts/default.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@
6262
<link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}">
6363
</head>
6464
<body>
65+
{% if jekyll.environment == "testing" %}
66+
<div style="height:30px; background-color:#fbfb81; width:100%; border-bottom: 1px solid #888">
67+
<div class="stage">
68+
<p>This site is meant for preview only. Please do not share outside of Segment. Search results link directly to production.</p>
69+
</div>
70+
</div>
71+
{% endif %}
6572
<div id="consent-manager"></div>
6673
{{ content }}
6774
<a class="back-scrolling" data-back-scrolling data-active-class="back-scrolling--active">

src/segment-app/iam/sso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Segment login page can only be connected to one workspace. To use your IdP w
1414

1515
## Set up — SAML
1616

17-
Segment's SSO configuration is entirely self-service; we don't require any back and forth with our team in order to test and enable the feature on your workspace. Additionally, we have prebuilt connections with [Okta](https://www.okta.com/integrations/segment/), OneLogin, and [Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/segment-tutorial) which can help you get setup faster. However, we are here to help! don't hesitate to [get in touch](https://segment.com/help/contact/) if you run into any questions or issues.
17+
Segment's SSO configuration is entirely self-service; we don't require any back and forth with our team in order to test and enable the feature on your workspace. Additionally, we have prebuilt connections with [Okta](https://www.okta.com/integrations/segment/), [OneLogin](https://www.onelogin.com), and [Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/segment-tutorial) which can help you get setup faster. However, we are here to help! don't hesitate to [get in touch](https://segment.com/help/contact/) if you run into any questions or issues.
1818

1919
To get started, go to your workspace settings and choose the "Connections" tab under "Authentication" and click "Add New Connection." Follow the steps to create a SAML connection.
2020

0 commit comments

Comments
 (0)