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 */}