Skip to content

Commit

Permalink
fix google-workspace.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UsherFall committed Jun 27, 2023
1 parent e08f690 commit 70b1d4f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/how-to-connect/saml/google-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@ This guide will show you how to configure Casdoor and Google Workspace to add Ca
### Add Certificate

In Casdoor, add a certificate of type X.509 with RSA crypto algorithm and download it.

![](/img/how-to-connect/saml/saml_google-workspace_cert.png)

### Configure SAML Application

In the application edit page, select the certificate you just created. Add the domain name of the Google application you will use in the **Redirect URLs**, such as google.com.

![](/img/how-to-connect/saml/saml_google-workspace_app.png)

In the **SAML reply URL** field, enter`https://www.google.com/a/<your domain>/acs`, which is the ACS URL. You can find relevant information about ACS URL here: [SSO assertion requirements
](https://support.google.com/a/answer/6330801)
In the **SAML reply URL** field, enter`https://www.google.com/a/<your domain>/acs`, which is the ACS URL. You can find relevant information about ACS URL here: [SSO assertion requirements](https://support.google.com/a/answer/6330801)

![](/img/how-to-connect/saml/saml_google-workspace_acs.png)

Copy the **sigin page URL**. This will be used in the next step.

![](/img/how-to-connect/saml/saml_google-workspace_login.png)

### Add Third-Party SAML IdP for Google Workspace
Expand Down

0 comments on commit 70b1d4f

Please sign in to comment.