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
Set setPolicyQualifiersRejected to false for testing
The default Java certificate path validator rejects certificates with critical
policy extensions, and Windows Hello uses such an attestation cert. The solution
for this is to set the `setPolicyQualifiersRejected(boolean)` setting and for
the application to validate the policy tree. For now, we'll just set the
parameter to `false` and add a validator setting later.
0 commit comments