Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix OAuth2 Introspect Authn Config Documentation #498

Merged
merged 1 commit into from
Aug 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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