Commit 0cba5df
authored
Emphasise that OIDC is only for interactive users (#3875)
OpenID Connect is a protocol for authenticating interactive users.
However, because identity platforms that support OIDC often support
other protocols that can be used for non-interactive users, it is common
for readers to end up on the OIDC page looking for ways to authenticate
non-interactive users.
The docs attempt to correct this misconception by refering to a "web
application" but that was easy to miss. This change makes it more
explicit that OIDC is not a viable option for service authentication and
recommends JWT instead.1 parent fed1127 commit 0cba5df
File tree
1 file changed
+7
-0
lines changed- deploy-manage/users-roles/cluster-or-deployment-auth
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
473 | 480 | | |
474 | 481 | | |
475 | 482 | | |
| |||
0 commit comments