Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorStanislaw Wozniak <swozniak@sponte.uk>2017-12-18 14:15:41 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-12-18 14:15:41 +0300
commit48cb9fa8104c3b001856ebc0521bb52e0a6d7739 (patch)
treee3aed831ae96996a5dc2d33f9dc61927e678a119 /doc/user
parentb4ea25cafa0c7768a8618c673f9a1830f27fc950 (diff)
Fixes 40842 - Adds extra cookies to JIRA service requests
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/integrations/jira.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/project/integrations/jira.md b/doc/user/project/integrations/jira.md
index 93aec56f8dc..7dc234a9759 100644
--- a/doc/user/project/integrations/jira.md
+++ b/doc/user/project/integrations/jira.md
@@ -98,6 +98,9 @@ password as they will be needed when configuring GitLab in the next section.
- GitLab 8.14 introduced a new way to integrate with JIRA which greatly simplified
the configuration options you have to enter. If you are using an older version,
[follow this documentation][jira-repo-old-docs].
+- In order to support Oracle's Access Manager, GitLab will send additional cookies
+ to enable Basic Auth. The cookie being added to each request is `OBBasicAuth` with
+ a value of `fromDialog`.
To enable JIRA integration in a project, navigate to the
[Integrations page](project_services.md#accessing-the-project-services), click