Buoy Authorization Server

Auth0-backed OAuth 2.0 / OpenID Connect authorization server that issues the bearer tokens the Buoy Symptom Checker API requires. Publishes anonymous RFC 8414 authorization-server metadata and OIDC discovery at /.well-known/, with authorization-code (PKCE S256), client-credentials, device-code, refresh-token and password grants, a JWKS endpoint, dynamic client registration and token revocation. Separate sandbox issuer at auth.sandbox.buoyhealth.com.

API entry from apis.yml

apis.yml Raw ↑
name: Buoy Authorization Server
description: Auth0-backed OAuth 2.0 / OpenID Connect authorization server that issues the bearer tokens
  the Buoy Symptom Checker API requires. Publishes anonymous RFC 8414 authorization-server metadata and
  OIDC discovery at /.well-known/, with authorization-code (PKCE S256), client-credentials, device-code,
  refresh-token and password grants, a JWKS endpoint, dynamic client registration and token revocation.
  Separate sandbox issuer at auth.sandbox.buoyhealth.com.
humanURL: https://www.buoyhealth.com/developers
baseURL: https://auth.buoyhealth.com/
tags:
- oauth2
- openid-connect
- authentication
- identity
- healthcare
properties:
- type: WellKnown
  url: well-known/buoy-health-well-known.yml
- type: OpenIDConnect
  url: well-known/buoy-health-openid-configuration.json
- type: Authentication
  url: authentication/buoy-health-authentication.yml
- type: OAuthScopes
  url: scopes/buoy-health-scopes.yml