We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2085a commit 7e1871fCopy full SHA for 7e1871f
1 file changed
models/providers/MicrosoftSAMLProvider.cfc
@@ -27,6 +27,8 @@ component
27
public any function setFederationMetadataURL( required string federationMetadataURL ){
28
variables.federationMetadataURL = federationMetadataURL;
29
30
+ initializeOpenSAMLLib();
31
+
32
responseValidator.cacheCerts( variables.federationMetadataURL );
33
34
return this;
0 commit comments