Skip to content

Commit

Permalink
BugFix for ISD-session-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
emanipravallika committed Sep 27, 2024
1 parent 4cb53a5 commit 6ab2b35
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 6ab2b35

Please sign in to comment.