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 931b26c commit 5d25391Copy full SHA for 5d25391
models/providers/MicrosoftSAMLProvider.cfc
@@ -12,7 +12,8 @@ component accessors="true" implements="cbsso.models.ISSOIntegrationProvider" {
12
property name="AuthNRequestGenerator";
13
property name="responseValidator";
14
15
- variables.name = "Microsoft Entra";
+ variables.name = "Entra";
16
+ variables.federationMetadataURL = "";
17
18
public string function getName(){
19
return variables.name;
0 commit comments