From 3ef13dc50876c1069417eab84fc9a0875f6039fb Mon Sep 17 00:00:00 2001 From: Amarachi Iheanacho Date: Mon, 6 Jul 2026 16:45:57 +0100 Subject: [PATCH] docs: omni redirects Signed-off-by: Amarachi Iheanacho --- .../authentication-and-authorization.mdx | 2 +- public/snippets/custom-variables.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/omni/security-and-authentication/authentication-and-authorization.mdx b/public/omni/security-and-authentication/authentication-and-authorization.mdx index dc34daeb..87234d03 100644 --- a/public/omni/security-and-authentication/authentication-and-authorization.mdx +++ b/public/omni/security-and-authentication/authentication-and-authorization.mdx @@ -23,7 +23,7 @@ OpenID Connect (OIDC) is an identity layer built on top of the OAuth 2.0 protoco Security Assertion Markup Language (SAML) is an open standard that enables identity providers (IdPs) to pass authentication and authorization information to service providers (SPs). In this workflow, Omni acts as the service provider. -To enable SAML for your account, please submit a ticket through [Zendesk](https://sidero.zendesk.com/). +To enable SAML for your account, please submit a ticket through the [Support page](https://support.siderolabs.com/). Using SAML changes how user identities are managed in Omni: diff --git a/public/snippets/custom-variables.mdx b/public/snippets/custom-variables.mdx index e20701d3..35532d01 100644 --- a/public/snippets/custom-variables.mdx +++ b/public/snippets/custom-variables.mdx @@ -2,7 +2,7 @@ export const k8s_prev_release = '1.35.0' export const k8s_release = '1.36.1' {/* latest Omni release version */} -export const omni_release = 'v1.9.0' +export const omni_release = 'v1.9.1' export const omni_helm_chart_release = '2.5.10' {/* latest Image Factory release version */}