site: add redirects for old doc links
This commit is contained in:
parent
0c81cdf309
commit
f632698568
@ -9,6 +9,6 @@ menu:
|
||||
weight: 60
|
||||
---
|
||||
|
||||
These how-to guides show you how to install and configure Pinniped Concierge:
|
||||
These how-to guides show how to configure the Pinniped Supervisor after it is installed:
|
||||
|
||||
{{< docsmenu "howto-configure-concierge" >}}
|
||||
|
@ -8,6 +8,8 @@ menu:
|
||||
name: JWT Authentication
|
||||
weight: 30
|
||||
parent: howto-configure-concierge
|
||||
aliases:
|
||||
- /docs/howto/configure-concierge-jwt/
|
||||
---
|
||||
The Concierge can validate [JSON Web Tokens (JWTs)](https://tools.ietf.org/html/rfc7519), which are commonly issued by [OpenID Connect (OIDC)](https://openid.net/connect/) identity providers.
|
||||
|
||||
|
@ -8,6 +8,8 @@ menu:
|
||||
name: JWT Authentication with Supervisor
|
||||
weight: 40
|
||||
parent: howto-configure-concierge
|
||||
aliases:
|
||||
- /docs/howto/configure-concierge-supervisor-jwt/
|
||||
---
|
||||
The Concierge can validate [JSON Web Tokens (JWTs)](https://tools.ietf.org/html/rfc7519), which are commonly issued by [OpenID Connect (OIDC)](https://openid.net/connect/) identity providers.
|
||||
|
||||
|
@ -8,6 +8,8 @@ menu:
|
||||
name: Webhook Authentication
|
||||
weight: 50
|
||||
parent: howto-configure-concierge
|
||||
aliases:
|
||||
- /docs/howto/configure-concierge-webhook/
|
||||
---
|
||||
|
||||
The Concierge can validate arbitrary tokens via an external webhook endpoint using the [same validation process as Kubernetes itself](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#webhook-token-authentication).
|
||||
|
@ -6,8 +6,10 @@ cascade:
|
||||
menu:
|
||||
docs:
|
||||
name: With Active Directory
|
||||
weight: 110
|
||||
weight: 150
|
||||
parent: howto-configure-idps
|
||||
aliases:
|
||||
- /docs/howto/configure-supervisor-with-activedirectory/
|
||||
---
|
||||
The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single
|
||||
"upstream" identity provider to many "downstream" cluster clients.
|
||||
|
@ -8,6 +8,8 @@ menu:
|
||||
name: With Auth0 OIDC
|
||||
weight: 80
|
||||
parent: howto-configure-idps
|
||||
aliases:
|
||||
- /docs/howto/configure-supervisor-with-auth0/
|
||||
---
|
||||
The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single
|
||||
"upstream" identity provider to many "downstream" cluster clients.
|
||||
|
@ -8,6 +8,8 @@ menu:
|
||||
name: With Dex OIDC
|
||||
weight: 80
|
||||
parent: howto-configure-idps
|
||||
aliases:
|
||||
- /docs/howto/configure-supervisor-with-dex/
|
||||
---
|
||||
|
||||
The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single
|
||||
|
@ -8,6 +8,8 @@ menu:
|
||||
name: With GitLab OIDC
|
||||
weight: 90
|
||||
parent: howto-configure-idps
|
||||
aliases:
|
||||
- /docs/howto/configure-supervisor-with-gitlab/
|
||||
---
|
||||
The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single
|
||||
"upstream" identity provider to many "downstream" cluster clients.
|
||||
|
@ -8,6 +8,8 @@ menu:
|
||||
name: With JumpCloud LDAP
|
||||
weight: 110
|
||||
parent: howto-configure-idps
|
||||
aliases:
|
||||
- /docs/howto/configure-supervisor-with-jumpcloudldap/
|
||||
---
|
||||
The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single
|
||||
"upstream" identity provider to many "downstream" cluster clients.
|
||||
|
@ -8,6 +8,8 @@ menu:
|
||||
name: With Okta OIDC
|
||||
weight: 80
|
||||
parent: howto-configure-idps
|
||||
aliases:
|
||||
- /docs/howto/configure-supervisor-with-okta/
|
||||
---
|
||||
The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single
|
||||
"upstream" identity provider to many "downstream" cluster clients.
|
||||
|
@ -8,6 +8,8 @@ menu:
|
||||
name: With OpenLDAP
|
||||
weight: 100
|
||||
parent: howto-configure-idps
|
||||
aliases:
|
||||
- /docs/howto/configure-supervisor-with-openldap/
|
||||
---
|
||||
The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single
|
||||
"upstream" identity provider to many "downstream" cluster clients.
|
||||
|
@ -8,6 +8,8 @@ menu:
|
||||
name: With Workspace ONE Access
|
||||
weight: 80
|
||||
parent: howto-configure-idps
|
||||
aliases:
|
||||
- /docs/howto/configure-supervisor-with-workspace_one_access/
|
||||
---
|
||||
The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single
|
||||
"upstream" identity provider to many "downstream" cluster clients.
|
||||
|
@ -8,6 +8,8 @@ menu:
|
||||
name: As an OIDC Issuer
|
||||
weight: 10
|
||||
parent: howto-configure-idps
|
||||
aliases:
|
||||
- /docs/howto/configure-supervisor/
|
||||
---
|
||||
|
||||
The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single
|
||||
|
Loading…
Reference in New Issue
Block a user