Skip to content

Commit

Permalink
Remove setter
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeers committed Sep 4, 2024
1 parent c6f4340 commit abebdd1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions models/providers/MicrosoftSAMLProvider.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ component accessors="true" implements="cbsso.models.ISSOIntegrationProvider" {
return "#protocol##cgi.HTTP_HOST#/cbsso/auth/#variables.name.lcase()#";
}

public any function setFederationMetadataURL( required string federationMetadataURL ){
variables.federationMetadataURL = federationMetadataURL;

responseValidator.cacheCerts( variables.federationMetadataURL );

return this;
}

public string function startAuthenticationWorflow( required any event ){
var encoded = encodeForURL( deflateAndBase64Enocde( getRawSAMLRequest() ) );

Expand Down

0 comments on commit abebdd1

Please sign in to comment.