Skip to content

Commit

Permalink
Revert "OP-22767:BugFix for ISD giving empty response {} on session t…
Browse files Browse the repository at this point in the history
…imeout. …" (#485)

This reverts commit 510c68a.
  • Loading branch information
emanipravallika authored Oct 7, 2024
1 parent 510c68a commit 386c940
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import java.security.KeyStore

import static org.springframework.security.extensions.saml2.config.SAMLConfigurer.saml

@ConditionalOnExpression('${spring.security.saml2.enabled:false}')
@ConditionalOnExpression('${saml.enabled:false}')
@Configuration
@SpinnakerAuthConfig
@EnableWebSecurity
Expand Down

0 comments on commit 386c940

Please sign in to comment.