Skip to content

Commit abebdd1

Browse files
committed
Remove setter
1 parent c6f4340 commit abebdd1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

models/providers/MicrosoftSAMLProvider.cfc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ component accessors="true" implements="cbsso.models.ISSOIntegrationProvider" {
2828
return "#protocol##cgi.HTTP_HOST#/cbsso/auth/#variables.name.lcase()#";
2929
}
3030

31-
public any function setFederationMetadataURL( required string federationMetadataURL ){
32-
variables.federationMetadataURL = federationMetadataURL;
33-
34-
responseValidator.cacheCerts( variables.federationMetadataURL );
35-
36-
return this;
37-
}
38-
3931
public string function startAuthenticationWorflow( required any event ){
4032
var encoded = encodeForURL( deflateAndBase64Enocde( getRawSAMLRequest() ) );
4133

0 commit comments

Comments
 (0)