Skip to content

Commit

Permalink
Merge pull request #7 from GluuFederation/issues_4
Browse files Browse the repository at this point in the history
fix(oxtrust): change cert to idpcert
  • Loading branch information
yurem authored Oct 24, 2024
2 parents f6b9997 + 4255d4d commit 82c5f95
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 82c5f95

Please sign in to comment.