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 18, 2024
1 parent a7e216e commit 63c8ba8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 63c8ba8

Please sign in to comment.