Skip to content

Commit

Permalink
docs: fix OAuth2 Introspect Authn Config Documentation (#498)
Browse files Browse the repository at this point in the history
Switch the definitions for the pre-authorisation fields 'scope' and 'token endpoint' in the documentation.
  • Loading branch information
matty234 authored Aug 21, 2020
1 parent 5848da5 commit 7612e20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/pipeline/authn.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,10 @@ was granted the requested scope.
used for the OAuth 2.0 Client Credentials Grant.
- `client_secret` (string, required if enabled) - The OAuth 2.0 Client Secret
to be used for the OAuth 2.0 Client Credentials Grant.
- `token_url` (string, required if enabled) - The OAuth 2.0 Scope to be
requested during the OAuth 2.0 Client Credentials Grant.
- `scope` ([]string, optional) - The OAuth 2.0 Token Endpoint where the OAuth
- `token_url` (string, required if enabled) - The OAuth 2.0 Token Endpoint where the OAuth
2.0 Client Credentials Grant will be performed.
- `scope` ([]string, optional) - The OAuth 2.0 Scope to be
requested during the OAuth 2.0 Client Credentials Grant.
- `token_from` (object, optional) - The location of the bearer token. If not
configured, the token will be received from a default location -
'Authorization' header. One and only one location (header, query, or cookie)
Expand Down

0 comments on commit 7612e20

Please sign in to comment.