website/integrations/security/1password/index.mdx
1Password is a password management tool that simplifies the process of creating, storing, and sharing passwords. It allows you to create strong, unique passwords, securely store them in a vault, and automatically fill them in when needed.
The following placeholders are used in this guide:
authentik.company is the FQDN of the authentik installation.scim-bridge.company is the FQDN of the 1Password SCIM Bridge (optional).:::info This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
To support the integration of 1Password with authentik, you need to create an application/provider pair in authentik.
Log in to authentik as an administrator and open the authentik Admin interface.
Navigate to Applications > Applications and click Create with Provider to create an application and provider pair. (Alternatively you can first create a provider separately, then create the application and connect it with the provider.)
Public.Strict redirect URIs to https://<1password_company_domain>.1password.com/sso/oidc/redirect/ and onepassword://sso/oidc/redirect.Click Submit to save the new application and provider.
https://temp.tempTo verify that authentik is properly integrated with 1Password, first sign out of your account. Then, navigate to the 1Password login page, enter an email that's provisioned for SSO in 1Password, and click Sign in with authentik. You will then be redirected to authentik for authentication before being sent back to the 1Password dashboard.
You can optionally configure automated user provisioning from authentik to 1Password. This allows you to create users and groups, manage access, and suspend users in 1Password with authentik.
To support automated user provisioning, you need to create a group, and a SCIM provider in authentik. This SCIM provider is then connected to the 1Password SCIM Bridge, which will need to be deployed. For more information, see the Automate provisioning in 1Password Business using SCIM Documentation.
1Password Users), and click Create.Log in to authentik as an admin, and open the authentik Admin interface.
Navigate to Applications > Providers and click Create
1password-scim), and the following required configurations.
scim-bridge.company.1Password Users).Click Finish to save the new provider.
For more information, see the Automate provisioning in 1Password Business using SCIM Documentation, 1Password SCIM Bridge deployment methods Documentation, and the 1Password Connect Microsoft Entra ID to 1Password SCIM Bridge Documentation that can be used as an example.