Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion public/snippets/custom-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 */}
Expand Down
Loading