This repository contains a reference implementation for a GAC compliant BL implementation.
For the openadr3-client dependency, you need to configure the following environment variables:
OAUTH_TOKEN_ENDPOINT # The oauth token endpoint to provision access tokens from
OAUTH_CLIENT_ID # The client ID for OAuth client credential authentication
OAUTH_CLIENT_SECRET # The client secret for OAuth client credential authentication
OAUTH_SCOPES # Comma-delimited list of OAuth scope to request (optional)