Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/polis/_assets/sso/box-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/polis/_assets/sso/dropbox-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/polis/_assets/sso/dropbox-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/polis/_assets/sso/freshchat-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/polis/_assets/sso/freshchat-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/polis/_assets/sso/postman-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/polis/_assets/sso/postman-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/polis/_assets/sso/sentry-metadata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions docs/polis/guides/configuring-saml-sso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ the **Security** tab.

Here is how Sentry does the SAML SSO configuration for their customers.

<p>
<img src="/images/guides/sso/sentry-metadata.png" style={{ border: "1px solid black" }} title="The SAML SSO settings" />
</p>
![The SAML SSO settings](../_assets/sso/sentry-metadata.png)

To create an [SSO connection with Ory Polis](../sso-flow/#2-sso-connection-api), you must pass the tenant identifier, product
name, and XML metadata. So your settings page UI must display a form to capture the XML Metadata.
Expand Down
16 changes: 7 additions & 9 deletions docs/polis/guides/login-with-saml-sso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ they click the button.

**Postman** takes this approach to enable SAML SSO for their enterprise users.

<img src="/images/guides/sso/postman-1.png" style={{ border: "1px solid black" }} />
![Postman Login 1](../_assets/sso/postman-1.png)

<img src="/images/guides/sso/postman-2.png" style={{ border: "1px solid black" }} />
![Postman Login 2](../_assets/sso/postman-2.png)

The user flow would be something similar to the one below.

Expand All @@ -43,9 +43,9 @@ This approach hides the password field if SSO is enabled for a domain.

You can see this approach on the **Dropbox** login form.

<img src="/images/guides/sso/dropbox-1.png" style={{ border: "1px solid black" }} />
![Dropbox Login 1](../_assets/sso/dropbox-1.png)

<img src="/images/guides/sso/dropbox-2.png" style={{ border: "1px solid black" }} />
![Dropbox Login 2](../_assets/sso/dropbox-2.png)

The user flow would be something similar to the one below.

Expand All @@ -63,11 +63,9 @@ application redirects users to the subdomain page to show the available authenti

You can see this approach on the **Freshchat or Freshworks** login form.

<img src="/images/guides/sso/freshchat-1.png" style={{ border: "1px solid black" }} />
![Freshchat Login 1](../_assets/sso/freshchat-1.png)

<p align="center">
<img src="/images/guides/sso/freshchat-2.png" width="70%" style={{ border: "1px solid black" }} />
</p>
![Freshchat Login 2](../_assets/sso/freshchat-2.png)

The user flow would be something similar to the one below.

Expand All @@ -85,7 +83,7 @@ the current user.

**Box** uses this approach for its authentication flow.

<img src="/images/guides/sso/box-1.png" style={{ border: "1px solid black" }} />
![Box Login](../_assets/sso/box-1.png)

The user flow would be something similar to the one below.

Expand Down
Loading