Update content/en/docs/concepts/security/hardening-guide/authentication-mechanisms.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
parent
3dd0bd16ba
commit
0761ef8e19
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue