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 c6f4340 commit abebdd1Copy full SHA for abebdd1
models/providers/MicrosoftSAMLProvider.cfc
@@ -28,14 +28,6 @@ component accessors="true" implements="cbsso.models.ISSOIntegrationProvider" {
28
return "#protocol##cgi.HTTP_HOST#/cbsso/auth/#variables.name.lcase()#";
29
}
30
31
- public any function setFederationMetadataURL( required string federationMetadataURL ){
32
- variables.federationMetadataURL = federationMetadataURL;
33
-
34
- responseValidator.cacheCerts( variables.federationMetadataURL );
35
36
- return this;
37
- }
38
39
public string function startAuthenticationWorflow( required any event ){
40
var encoded = encodeForURL( deflateAndBase64Enocde( getRawSAMLRequest() ) );
41
0 commit comments