Teams and business

About 1Password SCIM Bridge endpoints

Learn about the endpoints used by 1Password SCIM Bridge.

1Password SCIM Bridge has endpoints for specific functionality. They aren’t used by identity providers for integrations. Unless otherwise indicated, endpoints are authenticated using the bearer token paired with the associated scimsession file that was used to deploy your SCIM bridge.

SCIM bridge endpoints

EndpointDescription
/Redirects to /app.
/appThe SCIM bridge status page, which displays health status and allows you to download logs. Requires a bearer token for authentication.
/healthIf health monitoring is turned on, this endpoint is used for health checks. A GET request, authenticated with the SCIM bridge bearer token, will return an HTTP status code with the health of components in JSON format.
/monitoringIf health monitoring is turned on, this endpoint is used by Checkly which authenticates with its own bearer token.
/pingFor checking whether the SCIM bridge is available. Unauthenticated.
/metricsUsed for metrics with Prometheus.

SCIM protocol endpoints

  • /scim/Users
  • /scim/Groups
  • /scim/Schemas
  • /scim/ResourceTypes
  • /scim/Schemas
  • /scim/ServiceProviderConfig

Learn more about these endpoints in SCIM RFC 7644 section 3.2.

Learn more



Published: