valerio-crescia commented on PR #1395: URL: https://github.com/apache/syncope/pull/1395#issuecomment-4532704898
> @valerio-crescia please check the NPE in > > https://github.com/apache/syncope/actions/runs/26388854868/job/77673589006?pr=1395#step:7:6135 > > it looks like `logoutResponseBinding` needs a default to be set in `SAML2SPClientAppTO` Can I skip the property if it is null? ``` if(sp.getSigningCredentialType() != null) { service.setSigningCredentialType(sp.getSigningCredentialType().name()); } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
