Skip to content
Snippets Groups Projects

Version 1.0.1

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -105,7 +105,7 @@ public class SamlWebSecurityConfig extends WebSecurityConfigurerAdapter {
@Value("${saml.contextProvider.port}")
private int contextProviderPort;
@Value("${saml.metadataUrl")
@Value("${saml.metadataUrl}")
private String metadataProductionUrl;
@Value("${saml.metadataTrustCheck}")
Loading