develop
branch? This way when people fork and submit PR's they'll be working off of develop
and then basing the PR against that in our repo.
master
, which is why I went and changed the target branch after the fact. I haven't had a chance to look at the contributions documentation (if you've finished that), but if there isn't already, instructions for new contributors on how to fork/create feature branch/pull request/etc. would be most helpful.
2020-11-18 12:36:18,856 ERROR [org.springframework.boot.web.support.ErrorPageFilter] - <Forwarding to error page from request [/samlValidate] due to exception [null]>
java.lang.NullPointerException: null
2020-11-18 12:36:18,859 ERROR [org.apereo.cas.security.ResponseHeadersEnforcementFilter] - <RegisteredServiceResponseHeadersEnforcementFilter is blocking this request. Examine the cause in this stack trace to understand why.>
javax.servlet.ServletException: RegisteredServiceResponseHeadersEnforcementFilter is blocking this request. Examine the cause in this stack trace to understand why.
Hello there,
We are trying to enable FIDO2 WebAuthN support in CAS with both Yubikeys and using the built-in browser support for FIDO2, namely for Safari on Mac OS.
While Yubikey registration and authentication works fine out of the box, when trying to register a FIDO2 device using the native Safari support for FIDO2 (without a Yubikey), we are presented with the following error on the registration step :
"java.lang.IllegalArgumentException: Failed to obtain attestation trust anchors."
Any ideas why this is happening and maybe how we can configure our own attestation trust anchors to include other sources than Yubikeys ?