You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The certificate I get from my IDP is not password protected. I'm not experienced with SAML but I feel like if the proxy.saml.encryption-cert-password value is omitted from application.yml it should be excluded from this hash to prevent a null pointer exception.
The text was updated successfully, but these errors were encountered:
containerproxy/src/main/java/eu/openanalytics/containerproxy/auth/impl/saml/SAMLConfiguration.java
Line 138 in 9d8295a
The certificate I get from my IDP is not password protected. I'm not experienced with SAML but I feel like if the
proxy.saml.encryption-cert-password
value is omitted fromapplication.yml
it should be excluded from this hash to prevent a null pointer exception.The text was updated successfully, but these errors were encountered: