Our community is getting an upgrade on July 2nd! Learn more in the FAQs β
scim
214 TopicsNew getting-started guides, AI search, and LLM-ready docs for 1Password dev tools at 1password.dev
Hi everyone! We've been investing in making 1Password's developer documentation genuinely useful from the first click, and we wanted to share what's now live over at 1password.dev. π New getting-started guides We've published workflow-based getting-started guides across every major tool area: SSH & Git, 1Password CLI, SDKs (Go, JavaScript, Python), Environments, integrations, and more. Instead of jumping between reference pages, you can follow a clear path from setup to working integration, organized around how you actually build. π AI-powered search across the docs You can hit Ctrl+K on any page and ask a question in plain language. The built-in AI assistant searches the full documentation set and gives you a direct answer with links to the relevant pages. Itβs a much faster way to find what you need, especially if youβre not sure which tool or section to look in. Try it: open 1password.dev, hit β+K, and type βHow do I set up git commit signing with multiple GitHub accounts?β π€ Docs built for AI dev workflows If you use AI coding assistants like Cursor, Copilot, Windsurf, or Claude, our docs are now natively consumable. Every page is available as Markdown (append .md to any URL), and we serve llms.txt and llms-full.txt at the site root so your tools can reference 1Password docs directly. Details here: Build with LLMs ποΈ Refreshed docs structure The documentation is now organized around the way developers work, with clearer navigation across SSH & Git, CLI, SDKs, Environments, secrets management, and integrations. If you've found our docs hard to navigate in the past, it's worth another look. π One practical note: our developer docs now live at 1password.dev. All your existing developer.1password.com links and bookmarks redirect automatically, so nothing breaks. We'd love your feedback If you run into any issues or have suggestions, let us know in this thread. You can also reach us in the 1Password Developers Slack. Happy building! π73Views1like0CommentsSCIM Bridge Fails Sync
We're running SCIM Bridge 2.9.9 and the only method to achieve a successful sync and subsequent provisioning of accounts, is by logging into the Bridge and manually executing the "Sync Groups" function. All 5 status indicators in the Bridge are green and state "Connected", the Google Workspace User Provisioning integration within our 1Password console reflects "Good" health, successful connection with the bridge, and Provisioning users and groups is enabled. There is an error in the SCIM log about a certificate, but it does not prohibit a successful sync with the "Sync Groups" groups function in the bridge. Log snippet with IP Address redacted: "certificate is not allowed for server name xxx.xxx.xxx.xxx: certificate for 'xxx.xxx.xxx.xxx' is not managed","domain":"xxx.xxx.xxx.xxx","time":"2025-04-11T00:05:55Z","message":"certificate manager error while getting certificate" There are no other errors in the log. Please advise177Views0likes5CommentsHow do you deal with accounts that were suspended with SCIM bridge and then reactivated?
We had a questionable email compromise situation, and we blocked sign-in from multiple users. This then suspended 1Password. We unblocked sign-in, and it reactivated the account, but the users were unable to sign back in. The user does not have any devices associated and a recovery does not work. This is impacting our business. I did open a case but also looking to see if I can get a fast response here on what steps to take. 1Password Version: Not Provided Extension Version: Not Provided OS Version: Not Provided Browser: Not Provided218Views0likes2CommentsSCIM bridge deployment on Azure with private endpoint
Hi, I have setup a 1Password SCIM bridge successfully on Azure using the json template aca-op-scim-bridge-template.json. What I noticed is that the SCIM bridge is using a public URL which is also used with the Entra integration. Azure SCIM service is using the public URL and a bearer token to make connection to the 1Password SCIM bridge. I do see that it is possible to setup IP restriction on the URL but the problem is that the Azure SCIM service is using changing IP's. My first thought is using a private endpoint on the SCIM bridge and disallow public access. Does anyone already realized that? Is there a template for? Or am I thinking to difficult? Thanks in advance, Wim29Views0likes0CommentsREST APIs for managing users
hi Team, I know that 1Password has CLI and SCIM bridge to manage users but it does not fit my use cases, I want to ask if there is any way I can use REST APIs to manage users. 1Password Version: Not Provided Extension Version: Not Provided OS Version: Not Provided Browser: Not Provided586Views0likes2CommentsProgramatically enable SCIM groups from Google Workspace?
I'm trying to automate our Google Workspace and 1Password integration via the SCIM bridge, which is currently working really well for syncing users and groups across both platforms. However, the final manual step for us is enabling certain groups in the SCIM bridge. Is there any way to achieve this via a script or external integration such as zapier, make or n8n? Ideally I'd be able to include a script in a new project workflow which simply checks the boxes in the SCIM bridge for the known groups we'd definitely like to sync. Possible?163Views0likes2CommentsCloudFlare's proxying & the 1Password SCIM bridge
I'm looking for a definitive answer to the question "Is there any way to use CloudFlare's proxying with the 1Password SCIM bridge?" From my own personal experience, all signs seem to point to "no", but surely there must be a way? Any time I've enabled proxying on the SCIM bridge's `A` record, it always causes trouble with the `certificate-manager`, which results in certs not being renewed, which then causes the bridge to stop working completely. So is proxying completely out of the question? Or is there some way to get it working? Thanks!111Views0likes2Comments