Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ldap_sso
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ldap_sso
Merge requests
!4
3362607: Caching issue causing SSO to stop working
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
3362607: Caching issue causing SSO to stop working
issue/ldap_sso-3362607:3362607-sso-stopped-working
into
8.x-4.x
Overview
0
Commits
3
Pipelines
2
Changes
1
Merged
Miloš Rajčić
requested to merge
issue/ldap_sso-3362607:3362607-sso-stopped-working
into
8.x-4.x
2 years ago
Overview
0
Commits
3
Pipelines
2
Changes
1
Expand
Closes
#3362607
0
0
Merge request reports
Compare
8.x-4.x
version 4
79b0e2d9
1 year ago
version 3
ea9232b0
2 years ago
version 2
cebe72f5
2 years ago
version 1
3081ef89
2 years ago
8.x-4.x (base)
and
latest version
latest version
79b0e2d9
3 commits,
1 year ago
version 4
79b0e2d9
3 commits,
1 year ago
version 3
ea9232b0
3 commits,
2 years ago
version 2
cebe72f5
2 commits,
2 years ago
version 1
3081ef89
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/LdapSsoBootSubscriber.php
+
1
−
1
Options
@@ -157,7 +157,7 @@ class LdapSsoBootSubscriber implements EventSubscriberInterface {
* {@inheritdoc}
*/
public
static
function
getSubscribedEvents
():
array
{
return
[
KernelEvents
::
REQUEST
=>
[
'checkSsoLoad'
,
2
0
]];
return
[
KernelEvents
::
REQUEST
=>
[
'checkSsoLoad'
,
3
0
]];
}
/**
Loading