Skip to content
Discussion options

You must be logged in to vote

The bearer token retrieved from a successful client_credentials autentication is put in the Authorization header of the outgoing request, as per the OAuth2 specification.

  1. OPA reaches out to token_url with the provided client credentials (client_id and client_secret).
  2. On successful authentication, the token server returns a bearer token to OPA.
  3. OPA puts the bearer token in the Authorization header in the request to fetch a bundle.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yashas224
Comment options

Answer selected by yashas224
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants