Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
2 years agoWill a request to /Users or /Groups return 404 if it doesn't have the right token ?
Hi, we're developing an integration that leverages 1password SCIM bridge.
Our integration gets the OAuth token from our customer, and then makes a request to https://{domain}/Groups and https://{d...
Former Member
2 years agoI believe the service does return a 404 when the bearer token is invalid. My own experiments today seem to prove that out.
If you put "Bearer :" in your authorization header, you'll also be sad.
As well, the server does not use the /v2
prefix in the url from the SCIM standard. That is to say
curl -v -H "authorization: ${API_KEY}" https://example.scim.service/Users\?startIndex\=1\&count\=2
Is a working command that returns output.