You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/authenticate/enterprise-connections/lastpass-sso.mdx
+7-20Lines changed: 7 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,7 @@ You can make a connection available only to a specific organization, or you can
66
66
67
67
1. Enter a name for the connection. It should match the connection name in LastPass.
68
68
2. Enter a random string value for Entity ID, for e.g. `870sa9fbasfasdas23aghkhc12zasfnasd`.
69
-
3. Enter the **IdP metadata URL**. This URL comes from your identity provider.
70
-
71
-

72
-
69
+
3. You will need to create a url to host the data for the **IdP metadata URL**. Details on the content for this file are provided by LastPass covered in Step 3.
73
70
4. Enter a **sign in URL** if your IdP requires a specific URL.
74
71
5. If you want, select the **Sign request algorithm** and **Protocol binding**. The options you choose will depend on what your identity provider prefers or requires.
75
72
6. Select `Email` as the **Name ID** format. This helps identify and link user identities between your IdP and Kinde.
@@ -116,7 +113,7 @@ View the [LastPass docs](https://support.lastpass.com/s/document-item?language=e
116
113
117
114
10. Enter a **Name** and select which groups will be able to sign in using this SSO connection.
118
115
11. At the top of the **Configuration section** select **Export SAML IdP Metadata**.
119
-
12. Select Copy or download, then select **OK**.
116
+
12. Select Copy or download, then select **OK**. Copy this data onto a self-hosted public url, you can achieve this with a [a GitHub Gist](https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists))
120
117
121
118

122
119
@@ -127,28 +124,18 @@ View the [LastPass docs](https://support.lastpass.com/s/document-item?language=e
127
124
128
125

129
126
130
-
17. Select **View key** under the **Key field**.
131
-
18. Copy the key. You will need this to finishe setting up the Kinde connection.
132
-
19. Make sure the **Service is enabled** option is selected.
133
-
20. Select **Save**.
127
+
17. Make sure the **Service is enabled** option is selected.
128
+
18. Select **Save**.
134
129
135
130
## Step 4: Finish setting up your LastPass connection in Kinde
136
131
137
-
<Aside>
138
-
139
-
Important: You need to host the signing certificate as an XML file with a third-party provider, or use [a GitHub Gist](https://gist.github.com/cecilemuller/9492b848eb8fe46d462abeb26656c4f8/)) and then use the URL in the **Signing certificate** field at step 4, below.
140
-
141
-
</Aside>
142
-
143
132
1. Open the connection in Kinde. Go to **Organization > Authentication** or via **Settings > Authentication**.
144
-
2. In the **IdP metadata URL**field paste the **IDP Entity ID** you copied from LastPass.
133
+
2. In the **IdP metadata URL**use the self-hosted url created in step 3.12.
145
134
3. In the **Sign-in URL** field paste the **Single Sign-on URL** you copied from LastPass.
146
-
4. In the **Signing certificate** field paste the URL to the IdP metadata XML file where the certificate is stored, e.g. a Gist URL.
147
-
5. In the **Private key** field paste in the **Key** you copied from LastPass.
148
-
6. Switch on the connection. This will make it instantly available to users if this is your production environment.
135
+
4. Switch on the connection. This will make it instantly available to users if this is your production environment.
149
136
1. For environment-level connections, scroll down and select the apps that will use the auth method.
150
137
2. For organization-level connections, scroll down and select if you want to switch this on for the org. Note that it will be automatically available for all apps if you choose this option.
151
-
7. Select **Save**.
138
+
5. Select **Save**.
152
139
153
140
Test the connection works by trying to sign in to your test environment using this method.
0 commit comments