mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Fix broken OIDC Providers link (#11327)
Recent website framework changes don't render pages that aren't linked from the sidebar. This page has been (for now at least) added to the sidebar to fix the issue.
This commit is contained in:
parent
221e675c07
commit
3d0bc37433
@ -1053,7 +1053,16 @@
|
||||
},
|
||||
{
|
||||
"title": "JWT/OIDC",
|
||||
"path": "auth/jwt"
|
||||
"routes": [
|
||||
{
|
||||
"title": "Overview",
|
||||
"path": "auth/jwt"
|
||||
},
|
||||
{
|
||||
"title": "OIDC Providers",
|
||||
"path": "auth/jwt_oidc_providers"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Kerberos",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user