Skip to content

Commit

Permalink
OP-22767:BugFix for ISD giving empty response {} on session timeout. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
emanipravallika authored Sep 30, 2024
1 parent 4cb53a5 commit 510c68a
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('${saml.enabled:false}')
@ConditionalOnExpression('${spring.security.saml2.enabled:false}')
@Configuration
@SpinnakerAuthConfig
@EnableWebSecurity
Expand Down

0 comments on commit 510c68a

Please sign in to comment.