Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agoSCIM Bridge test
Hi,
We are trying to setup a SCIM bridge to 1password using Azure for the bridge and provisioning.
We have got to step 4 of the setup which is 'Test the SCIM Bridge' but this isn't working
c...
ag_alice_t
1Password Team
4 years agoHello. Thanks for writing in.
Given the Invoke-WebRequest
in your error message, can I assume you're using PowerShell?
If so, then you'll need to use PowerShell-compatible syntax to complete this testing phase.
Invoke-WebRequest -Headers @{"Authorization" = "Bearer BEARER_TOKEN"} -Method Get https://your-scim-url.example.com/scim/User
Replace BEARER_TOKEN
with the token you've used before.
The test is technically optional, however, especially if you've been able to log in to the SCIM bridge web UI using the bearer token, which performs a similar test. You could also continue on to configure your Identity Provider at this point.