Skip to content

Commit 5d25391

Browse files
committed
Add microsoft defaults
1 parent 931b26c commit 5d25391

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

models/providers/MicrosoftSAMLProvider.cfc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ component accessors="true" implements="cbsso.models.ISSOIntegrationProvider" {
1212
property name="AuthNRequestGenerator";
1313
property name="responseValidator";
1414

15-
variables.name = "Microsoft Entra";
15+
variables.name = "Entra";
16+
variables.federationMetadataURL = "";
1617

1718
public string function getName(){
1819
return variables.name;

0 commit comments

Comments
 (0)