From 1401610dffc7bef5823199059a4d9fc25cbde264 Mon Sep 17 00:00:00 2001 From: Mohammad Aziz Date: Sun, 26 Apr 2020 15:02:37 +0530 Subject: [PATCH] docs: use correct headline for cc handler (#420) --- docs/docs/pipeline/authn.md | 2 +- docs/versioned_docs/version-v0.37/pipeline/authn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/pipeline/authn.md b/docs/docs/pipeline/authn.md index acafbd704d..98f831868f 100644 --- a/docs/docs/pipeline/authn.md +++ b/docs/docs/pipeline/authn.md @@ -338,7 +338,7 @@ credentials are valid. This authenticator will use the username from the HTTP Basic Authorization header as the subject for this request. -> If you are unfamiliar with OAuth 2.0 Introspection we recommend +> If you are unfamiliar with OAuth 2.0 Client Credentials we recommend > [reading this guide](https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/). ### Configuration diff --git a/docs/versioned_docs/version-v0.37/pipeline/authn.md b/docs/versioned_docs/version-v0.37/pipeline/authn.md index acafbd704d..98f831868f 100644 --- a/docs/versioned_docs/version-v0.37/pipeline/authn.md +++ b/docs/versioned_docs/version-v0.37/pipeline/authn.md @@ -338,7 +338,7 @@ credentials are valid. This authenticator will use the username from the HTTP Basic Authorization header as the subject for this request. -> If you are unfamiliar with OAuth 2.0 Introspection we recommend +> If you are unfamiliar with OAuth 2.0 Client Credentials we recommend > [reading this guide](https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/). ### Configuration