@@ -228,8 +228,7 @@ Azure B2C [offers two ways of defining the business logic for logging in a user]
...
@@ -228,8 +228,7 @@ Azure B2C [offers two ways of defining the business logic for logging in a user]
While cumbersome to configure, custom policies are required because
While cumbersome to configure, custom policies are required because
standard Azure B2C user flows [do not send the OpenID `email` claim](https://github.com/MicrosoftDocs/azure-docs/issues/16566). In
standard Azure B2C user flows [do not send the OpenID `email` claim](https://github.com/MicrosoftDocs/azure-docs/issues/16566). In
other words, they do not work with the [`allow_single_sign_on` or `auto_link_user`
other words, they do not work with the [`allow_single_sign_on` or `auto_link_user` parameters](../../integration/omniauth.md#initial-omniauth-configuration).
@@ -15,8 +15,8 @@ in the cached text would still refer to the old URL.
...
@@ -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
To avoid this problem, the administrator can invalidate the existing cache by
increasing the `local_markdown_version` setting in application settings. This can
increasing the `local_markdown_version` setting in application settings. This can
be done by [changing the application settings through
be done by changing the application settings
the API](../api/settings.md#change-application-settings):
[through the API](../api/settings.md#change-application-settings):
```shell
```shell
curl --request PUT --header"PRIVATE-TOKEN: <your_access_token>""https://gitlab.example.com/api/v4/application/settings?local_markdown_version=<increased_number>"
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:
...
@@ -29,7 +29,7 @@ To enable the dependency proxy feature:
gitlab_rails['dependency_proxy_enabled']=true
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).
1. Enable the [Puma web server](../operations/puma.md).
**Helm chart installations**
**Helm chart installations**
...
@@ -88,7 +88,7 @@ To change the local storage path:
...
@@ -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**
**Installations from source**
...
@@ -145,7 +145,7 @@ This section describes the earlier configuration format.
...
@@ -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**
**Installations from source**
...
@@ -80,7 +80,7 @@ To enable the Packages feature:
...
@@ -80,7 +80,7 @@ To enable the Packages feature:
enabled:true
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**
**Helm Chart installations**
...
@@ -92,7 +92,7 @@ To enable the Packages feature:
...
@@ -92,7 +92,7 @@ To enable the Packages feature:
enabled:true
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.