We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8173169 commit e7afda4Copy full SHA for e7afda4
1 file changed
src/main/java/com/onelogin/AccountSettings.java
@@ -31,7 +31,7 @@ public void setIdpSsoTargetUrl(String idp_sso_target_url) {
31
* @param certificate an base64 encoded string.
32
*/
33
public void loadCertificate(String certificate) throws CertificateException {
34
- loadCertificate(certificate, false);
+ loadCertificate(certificate, true);
35
}
36
37
public void loadCertificate(String certificate, boolean isBase64) throws CertificateException {
0 commit comments