docs: add a note on supported from version for ee console sso

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8783
GitOrigin-RevId: ed95b8e6126aa0fe02641b2953855c535ddac1a6
This commit is contained in:
Shahidh K Muhammed 2023-04-17 17:35:52 -07:00 committed by hasura-bot
parent 69e329ee18
commit ff0c6d43ec

View File

@ -25,6 +25,12 @@ import Thumbnail from '@site/src/components/Thumbnail';
With Hasura Enterprise Edition, you can enable SSO (Single Sign-On) on the Hasura Console with your identity management
system through the [OAuth 2.0](https://oauth.net) / [OpenID Connect](https://openid.net/connect) protocol.
:::info Supported from
SSO is supported from versions `v2.24.0-beta.1` and above.
:::
<Thumbnail src="/img/enterprise/sso-animated-demo.gif" alt="Console SSO demo" />
:::info Note