Update content/en/docs/concepts/security/hardening-guide/authentication-mechanisms.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Rory McCune 2023-08-19 18:28:41 +01:00 committed by GitHub
parent 3dd0bd16ba
commit 0761ef8e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ to users in a secure manner can be challenging.
When using TokenRequest tokens for service authentication, it is recommended to implement a short
lifespan to reduce the impact of compromised tokens.
## OpenID connect token authentication {#openid-connect-token-authentication}
## OpenID Connect token authentication {#openid-connect-token-authentication}
Kubernetes supports integrating external authentication services with the Kubernetes API using
[OpenID Connect (OIDC)](/docs/reference/access-authn-authz/authentication/#openid-connect-tokens).