Skip to content

Commit 565de21

Browse files
committed
Edit
1 parent 6a28b51 commit 565de21

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ You can choose between two [authentication methods](https://developer.1password.
3333
[1Password desktop app authentication](https://developer.1password.com/docs/sdks/concepts#1password-desktop-app) is best for local integrations that require minimal setup from end users and sensitive workflows that require human-in-the-loop approval. To set up the SDK to authenticate with the 1Password app:
3434

3535
1. Install the [1Password desktop app](https://1password.com/downloads/) and sign in to your account in the app.
36-
2. Select your account or collection at the top of the sidebar, then navigate to **Settings** > **[Developer](onepassword://settings/developers)**.
36+
2. Select your account or collection at the top of the sidebar, then navigate to **Settings** > **Developer**.
3737
3. Under Integrate with the 1Password SDKs, select **Integrate with other apps**.
38-
4. If you want to authenticate with biometrics, navigate to **Settings** > **[Security](onepassword://settings/security)**, then turn on the option to unlock using [Touch ID](https://support.1password.com/touch-id-mac/), [Windows Hello](https://support.1password.com/windows-hello/), or [system authentication](https://support.1password.com/system-authentication-linux/).
38+
4. If you want to authenticate with biometrics, navigate to **Settings** > **Security**, then turn on the option to unlock using [Touch ID](https://support.1password.com/touch-id-mac/), [Windows Hello](https://support.1password.com/windows-hello/), or [system authentication](https://support.1password.com/system-authentication-linux/).
3939
5. Install the 1Password Python SDK in your project:
4040

4141
```bash
@@ -74,7 +74,7 @@ Make sure to use [secret reference URIs](https://developer.1password.com/docs/cl
7474

7575
### Option 2: 1Password Service Account
7676

77-
[Service account authentication](https://developer.1password.com/docs/sdks/concepts#service-account) is best for automated access and limiting your integration to least privilege access. To set up the SDK to authenticate with a service account token:
77+
[Service account authentication](https://developer.1password.com/docs/sdks/concepts/#1password-service-account) is best for automated access and limiting your integration to least privilege access. To set up the SDK to authenticate with a service account token:
7878

7979
1. [Create a service account](https://my.1password.com/developer-tools/infrastructure-secrets/serviceaccount/?source=github-sdk) and give it the appropriate permissions in the vaults where the items you want to use with the SDK are saved.
8080
2. Provision your service account token. We recommend provisioning your token from the environment. For example, to export your token to the `OP_SERVICE_ACCOUNT_TOKEN` environment variable:
@@ -187,18 +187,17 @@ Make sure to use [secret reference URIs](https://developer.1password.com/docs/cl
187187
### Compliance & reporting
188188
- [ ] Watchtower insights
189189
- [ ] Travel mode
190-
- [ ] Events ([#76](https://github.com/1Password/onepassword-sdk-go/issues/76)). For now, use [1Password Events Reporting API](https://developer.1password.com/docs/events-api/) directly.
190+
- [ ] Events. For now, use [1Password Events Reporting API](https://developer.1password.com/docs/events-api/) directly.
191191

192192
### Authentication
193193

194194
- [x] [1Password Service Accounts](https://developer.1password.com/docs/sdks/concepts#1password-service-account)
195195
- [x] [User authentication](https://developer.1password.com/docs/sdks/concepts#1password-desktop-app)
196-
- [ ] 1Password Connect. For now, use [1Password/connect-sdk-go](https://github.com/1Password/connect-sdk-go).
196+
- [ ] 1Password Connect. For now, use [1Password/connect-sdk-python](https://github.com/1Password/connect-sdk-python).
197197

198198
## 📖 Learn more
199199

200200
- [Load secrets](https://developer.1password.com/docs/sdks/load-secrets)
201-
- [Read 1Password Environments (beta)](https://developer.1password.com/docs/sdks/environments)
202201
- [Manage items](https://developer.1password.com/docs/sdks/manage-items)
203202
- [Manage files](https://developer.1password.com/docs/sdks/files)
204203
- [Share items](https://developer.1password.com/docs/sdks/share-items)

0 commit comments

Comments
 (0)