diff --git a/docs/access-management/sso/overview.md b/docs/access-management/sso/overview.md index 788e257d5..dbba785ef 100644 --- a/docs/access-management/sso/overview.md +++ b/docs/access-management/sso/overview.md @@ -41,7 +41,7 @@ Once you have obtained all of the information mentioned above: 3. After clicking `Enable`, an SSO link will be shown that can be sent to your team to allow them to login to Statsig through your OIDC Provider. -![image](https://user-images.githubusercontent.com/75151332/128761399-0cd83086-2f7b-4861-a463-da596c327f17.png) +![SSO-link](../../../static/img/access-management/sso-link.png) Users that sign in through an SSO link will automatically join any Projects that have SSO enabled with the same OIDC Provider, and have access only to those Projects. Users that sign in through an SSO link will also not be able to edit or view any of their personal account settings. By default, users who are provisioned via SSO will be assigned the "Member" Role. diff --git a/static/img/access-management/sso-link.png b/static/img/access-management/sso-link.png new file mode 100644 index 000000000..2a8ef7469 Binary files /dev/null and b/static/img/access-management/sso-link.png differ