summaryrefslogtreecommitdiff
path: root/doc/integration/saml.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-08-27 08:41:51 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-27 08:41:51 +0000
commita200715ff5ac6d690c405bc770df33f6d2210a57 (patch)
treefd9b782afd75c0b86474f963290e0bb7b569dbba /doc/integration/saml.md
parentf91b5d5840996736ee18ef457653cdd225f8445f (diff)
parent72a91622307d2ac14021fed4af84a6f1d5246dfc (diff)
downloadgitlab-ce-a200715ff5ac6d690c405bc770df33f6d2210a57.tar.gz
Merge branch 'docs-capitalization-3' into 'master'
Update capitalization in /integrations and /raketasks See merge request gitlab-org/gitlab-ce!32241
Diffstat (limited to 'doc/integration/saml.md')
-rw-r--r--doc/integration/saml.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/integration/saml.md b/doc/integration/saml.md
index 22e07594d6f..de160e72dda 100644
--- a/doc/integration/saml.md
+++ b/doc/integration/saml.md
@@ -17,7 +17,7 @@ in your SAML IdP:
1. On your GitLab server, open the configuration file.
- For omnibus package:
+ For Omnibus package:
```sh
sudo editor /etc/gitlab/gitlab.rb
@@ -34,7 +34,7 @@ in your SAML IdP:
1. To allow your users to use SAML to sign up without having to manually create
an account first, don't forget to add the following values to your configuration:
- For omnibus package:
+ For Omnibus package:
```ruby
gitlab_rails['omniauth_enabled'] = true
@@ -54,7 +54,7 @@ in your SAML IdP:
1. You can also automatically link SAML users with existing GitLab users if their
email addresses match by adding the following setting:
- For omnibus package:
+ For Omnibus package:
```ruby
gitlab_rails['omniauth_auto_link_saml_user'] = true
@@ -68,7 +68,7 @@ in your SAML IdP:
1. Add the provider configuration:
- For omnibus package:
+ For Omnibus package:
```ruby
gitlab_rails['omniauth_providers'] = [
@@ -342,7 +342,7 @@ You can add this setting to your GitLab configuration to automatically redirect
to your SAML server for authentication, thus removing the need to click a button
before actually signing in.
-For omnibus package:
+For Omnibus package:
```ruby
gitlab_rails['omniauth_auto_sign_in_with_provider'] = 'saml'