Skip to content
Snippets Groups Projects

3362607: Caching issue causing SSO to stop working

@@ -157,7 +157,7 @@ class LdapSsoBootSubscriber implements EventSubscriberInterface {
* {@inheritdoc}
*/
public static function getSubscribedEvents(): array {
return [KernelEvents::REQUEST => ['checkSsoLoad', 20]];
return [KernelEvents::REQUEST => ['checkSsoLoad', 30]];
}
/**
Loading