Skip to content

Commit

Permalink
fix(oxtrust): change cert to idpcert
Browse files Browse the repository at this point in the history
Signed-off-by: shekhar16 <[email protected]>
  • Loading branch information
shekhar16 committed Oct 24, 2024
1 parent f6b9997 commit 4255d4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public void handleRequiredOptions(ValueChangeEvent e) {
new OptionEntry("identifierFormat", "urn:oasis:names:tc:SAML:2.0:nameid-format:transient"));
this.options.add(new OptionEntry("authnRequestBinding", "HTTP-POST"));
this.options.add(new OptionEntry(ISSUER, DEFAULT_ISSUER));
this.options.add(new OptionEntry("cert", ""));
this.options.add(new OptionEntry("idpCert", ""));
}
if (type.equalsIgnoreCase(providerTypes[1])) {
String scopes = "[\"openid\",\"email\",\"profile\"]";
Expand Down
2 changes: 1 addition & 1 deletion oxTrust/server/src/main/webapp/passport/addProvider.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
$(".MappingId").val("oxd-default");
}
if( type == "saml"){
$(".PassportStrategyId").val("passport-saml");
$(".PassportStrategyId").val("@node-saml/passport-saml");
$(".MappingId").val("saml_ldap_profile");
}
if( type == "oauth"){
Expand Down

0 comments on commit 4255d4d

Please sign in to comment.