Skip to content
Snippets Groups Projects

Version 1.6.1

6 files
+ 12
7
Compare changes
  • Side-by-side
  • Inline

Files

@@ -26,6 +26,7 @@ import lombok.Data;
public class SAMLConfigProperties {
private String metadataLocation;
private String loginProcessingUrl = "/saml/SSO";
private SAMLKeystoreProperties keystore = new SAMLKeystoreProperties();
Loading