other words, they do not work with the [`allow_single_sign_on` or `auto_link_user` parameters](../../integration/omniauth.md#initial-omniauth-configuration).
With a standard Azure B2C policy, GitLab cannot create a new account or
@@ -15,8 +15,8 @@ in the cached text would still refer to the old URL.
To avoid this problem, the administrator can invalidate the existing cache by
increasing the `local_markdown_version` setting in application settings. This can
be done by [changing the application settings through
the API](../api/settings.md#change-application-settings):
be done by changing the application settings
[through the API](../api/settings.md#change-application-settings):
```shell
curl --request PUT --header"PRIVATE-TOKEN: <your_access_token>""https://gitlab.example.com/api/v4/application/settings?local_markdown_version=<increased_number>"
@@ -29,7 +29,7 @@ To enable the dependency proxy feature:
gitlab_rails['dependency_proxy_enabled']=true
```
1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure"How to reconfigure Omnibus GitLab") for the changes to take effect.
1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
1. Enable the [Puma web server](../operations/puma.md).
**Helm chart installations**
...
...
@@ -88,7 +88,7 @@ To change the local storage path:
1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure"How to reconfigure Omnibus GitLab") for the changes to take effect.
1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
**Installations from source**
...
...
@@ -145,7 +145,7 @@ This section describes the earlier configuration format.
}
```
1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure"How to reconfigure Omnibus GitLab") for the changes to take effect.
1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure"How to reconfigure Omnibus GitLab") for the changes to take effect.
1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
**Installations from source**
...
...
@@ -80,7 +80,7 @@ To enable the Packages feature:
enabled:true
```
1.[Restart GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure"How to reconfigure Omnibus GitLab") for the changes to take effect.
1.[Restart GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
**Helm Chart installations**
...
...
@@ -92,7 +92,7 @@ To enable the Packages feature:
enabled:true
```
1.[Restart GitLab](../restart_gitlab.md#helm-chart-installations"How to reconfigure Helm GitLab") for the changes to take effect.
1.[Restart GitLab](../restart_gitlab.md#helm-chart-installations) for the changes to take effect.