Dejbox (Refectory) · OAuth Scopes

Dejbox (Refectory) OAuth Scopes

OAuth 2.0 searched

Dejbox (Refectory) publishes 3 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Dejbox (Refectory) API on a user’s behalf.

Tokens are issued from https://customers.refectory.fr/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyFood & AgritechCorporate CateringFood DeliveryB2BFranceMeal DeliveryOAuth2OpenID Connect
Scopes: 3 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://customers.refectory.fr/oauth2/auth
Token URL
https://customers.refectory.fr/oauth2/token
Flows
authorizationCodeclientCredentials

Scopes (3)

ScopeDescriptionFlows
openid Authenticate the end user and issue an ID token (OpenID Connect). authorizationCode
offline_access Request a refresh token for offline (long-lived) access. authorizationCode
offline Legacy offline-access alias advertised by the authorization server. authorizationCode

Source

OAuth Scopes

dejbox-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://customers.refectory.fr/.well-known/openid-configuration
docs: https://customers.refectory.fr/.well-known/openid-configuration
note: >-
  Scopes advertised by the Refectory (Dejbox) OpenID Connect discovery document
  (scopes_supported). Only the standard OIDC/offline scopes are publicly advertised;
  no product/resource scope reference page is published.
schemes:
- name: OAuth2
  source: well-known/dejbox-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://customers.refectory.fr/oauth2/auth
    tokenUrl: https://customers.refectory.fr/oauth2/token
  - flow: clientCredentials
    tokenUrl: https://customers.refectory.fr/oauth2/token
scopes:
- scope: openid
  description: Authenticate the end user and issue an ID token (OpenID Connect).
  flows:
  - authorizationCode
  sources:
  - well-known/dejbox-openid-configuration.json
- scope: offline_access
  description: Request a refresh token for offline (long-lived) access.
  flows:
  - authorizationCode
  sources:
  - well-known/dejbox-openid-configuration.json
- scope: offline
  description: Legacy offline-access alias advertised by the authorization server.
  flows:
  - authorizationCode
  sources:
  - well-known/dejbox-openid-configuration.json