Skip to content

Commit a5ef12c

Browse files
committed
Updated lastpass steps
1 parent 37dfd85 commit a5ef12c

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

src/content/docs/authenticate/enterprise-connections/lastpass-sso.mdx

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ You can make a connection available only to a specific organization, or you can
6666

6767
1. Enter a name for the connection. It should match the connection name in LastPass.
6868
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-
![optional fields for saml](https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/4f1851db-5c34-496b-ced1-07c1cd272b00/public)
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.
7370
4. Enter a **sign in URL** if your IdP requires a specific URL.
7471
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.
7572
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
116113

117114
10. Enter a **Name** and select which groups will be able to sign in using this SSO connection.
118115
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))
120117

121118
![Configure application in LastPass](https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/bf384b65-ff19-490d-974d-34d807519700/public)
122119

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

128125
![Custom attributes in LastPass](https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/cd749576-b884-42e9-d7cb-caf6bca32400/public)
129126

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**.
134129

135130
## Step 4: Finish setting up your LastPass connection in Kinde
136131

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-
143132
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.
145134
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.
149136
1. For environment-level connections, scroll down and select the apps that will use the auth method.
150137
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**.
152139

153140
Test the connection works by trying to sign in to your test environment using this method.
154141
Re-test when you deploy the option to users.

0 commit comments

Comments
 (0)