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 agoGetting "Not Found" for /scim/Users
Hello,
Anton's here.
Thank you for putting the effort into building the SCIM bridge! It is awesome!
In short, everything looks good but in the end a call to /scim/Users results into 404.
I ...
Former Member
2 years agoHi @antonmladenov,
- The Google Workspace integration is the only integration that does not use the SCIM protocol (https://www.rfc-editor.org/rfc/rfc7644.html), and so any "/scim/" endpoints will not be available.
- As I said normally the API will be the SCIM API, but in the case of GWS we rely on the interval sync and a push notification system (receiving notifications from Google) to sync your users and groups. Unfortunately you won't be able to call these APIs.
- The bearer token is used by the SCIM bridge to authorize requests to 1Password.com from your bridge, and for logging into the page as you said. Making requests manually (with curl, for example) is normally supported, but again with GWS not being SCIM, this won't help you much.
- The serviceMonitor is an optional service that, when enabled, will create a prometheus ServiceMonitor for auto discovery. The bearerTokenSecret specifies the secret that contains the SCIM bridge bearer token, so this is the same bearer token as what you used to sign in the bridge.
I hope this answers some of your questions!
Chas