diff --git a/website/docs/how-to/how-to-add-sso-azure-saml.md b/website/docs/how-to/how-to-add-sso-azure-saml.md index 95fbd00e8a..df218a2a52 100644 --- a/website/docs/how-to/how-to-add-sso-azure-saml.md +++ b/website/docs/how-to/how-to-add-sso-azure-saml.md @@ -123,4 +123,8 @@ In the Unleash Admin SSO section, enable the option to "Enable Group Syncing". Add the same "Name" you used from the previous section (eg. "groups") as the "Group Field JSON Path". -![Unleash: SAML 2.0 SSO setup, enabled group syncing with the Group Field JSON Path as 'groups'](/img/sso-azure-saml-unleash-group-settings.png) \ No newline at end of file +![Unleash: SAML 2.0 SSO setup, enabled group syncing with the Group Field JSON Path as 'groups'](/img/sso-azure-saml-unleash-group-settings.png) + +**Note that Azure only supports sending up to 150 groups.** If you have more groups than this, you can setup a filter in Azure to only send the relevant groups to Unleash. + +![Unleash: SAML 2.0 setup, filtering groups by name ](/img/sso-azure-saml-group-filtering.png) \ No newline at end of file diff --git a/website/static/img/sso-azure-saml-group-filtering.png b/website/static/img/sso-azure-saml-group-filtering.png new file mode 100644 index 0000000000..626c45f127 Binary files /dev/null and b/website/static/img/sso-azure-saml-group-filtering.png differ