diff --git a/doc/api/oauth2.md b/doc/api/oauth2.md index 7f76f29a8133eae1636f760fe9fbaa323331f3d8..f88525aba8647af947667181a01b72cafc7e9123 100644 --- a/doc/api/oauth2.md +++ b/doc/api/oauth2.md @@ -95,6 +95,7 @@ authorization with each flow. {{< history >}} - Group SAML SSO support for OAuth applications [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/461212) in GitLab 18.2 [with a flag](../administration/feature_flags/_index.md) named `ff_oauth_redirect_to_sso_login`. Disabled by default. +- Group SAML SSO support for OAuth applications [enabled on GitLab Self-Managed and GitLab Dedicated](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/200682) in GitLab 18.3. {{< /history >}} @@ -199,6 +200,7 @@ You can now make requests to the API with the access token. {{< history >}} - Group SAML SSO support for OAuth applications [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/461212) in GitLab 18.2 [with a flag](../administration/feature_flags/_index.md) named `ff_oauth_redirect_to_sso_login`. Disabled by default. +- Group SAML SSO support for OAuth applications [enabled on GitLab Self-Managed and GitLab Dedicated](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/200682) in GitLab 18.3. {{< /history >}} diff --git a/doc/integration/oauth_provider.md b/doc/integration/oauth_provider.md index 68000a8117941475c98b76c3615e637a9782e4a5..f203555eab7bbefb165f294be3be512d4d80a0ea 100644 --- a/doc/integration/oauth_provider.md +++ b/doc/integration/oauth_provider.md @@ -8,6 +8,7 @@ title: Configure GitLab as an OAuth 2.0 authentication identity provider {{< history >}} - Group SAML SSO support for OAuth applications [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/461212) in GitLab 18.2 [with a flag](../administration/feature_flags/_index.md) named `ff_oauth_redirect_to_sso_login`. Disabled by default. +- Group SAML SSO support for OAuth applications [enabled on GitLab Self-Managed and GitLab Dedicated](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/200682) in GitLab 18.3. {{< /history >}} diff --git a/doc/user/project/pages/pages_access_control.md b/doc/user/project/pages/pages_access_control.md index 32f9630cd27bdca70b497cdbe08541ab16d2ff43..b82d0855c328915da1f4c0e90120592ac76556c4 100644 --- a/doc/user/project/pages/pages_access_control.md +++ b/doc/user/project/pages/pages_access_control.md @@ -15,6 +15,7 @@ title: GitLab Pages access control {{< history >}} - Group SAML SSO support for Pages [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/326288) in GitLab 18.2 [with a flag](../../../administration/feature_flags/_index.md) named `ff_oauth_redirect_to_sso_login`. Disabled by default. +- Group SAML SSO support for OAuth applications [enabled on GitLab Self-Managed and GitLab Dedicated](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/200682) in GitLab 18.3. {{< /history >}} diff --git a/ee/config/feature_flags/beta/ff_oauth_redirect_to_sso_login.yml b/ee/config/feature_flags/beta/ff_oauth_redirect_to_sso_login.yml index 1b33f82981bc05c2c8f0b842702685f0efc7beea..f04a6c58bcdfa452b361b70609ec965b366d46ee 100644 --- a/ee/config/feature_flags/beta/ff_oauth_redirect_to_sso_login.yml +++ b/ee/config/feature_flags/beta/ff_oauth_redirect_to_sso_login.yml @@ -7,4 +7,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/550194 milestone: '18.2' group: group::authentication type: beta -default_enabled: false +default_enabled: true