- From: Adam Langley via GitHub <sysbot+gh@w3.org>
- Date: Sat, 20 Aug 2022 20:39:52 +0000
- To: public-webauthn@w3.org
agl has just merged emlun's pull request 1787 for https://github.com/w3c/webauthn: == Fix merge conflicts in PR #1658 == This would merge into PR #1658, not the main branch. In writing https://github.com/w3c/webauthn/pull/1663#pullrequestreview-1057229775 I had already done most of the work of working out what the merge conflicts are and how to resolve them, so I figured I might as well submit a pull request. Summary of changes: - Move affected steps from [§5.1.4. Use an Existing Credential to Make an Assertion](https://pr-preview.s3.amazonaws.com/w3c/webauthn/pull/1663.html#sctn-getAssertion) to the new [§5.1.4.2. Issuing a Credential Request to an Authenticator](https://w3c.github.io/webauthn/#sctn-issuing-cred-request-to-authenticator) section (see #1576) Where to see this change: [diff from main to this PR](https://github.com/w3c/webauthn/compare/f9036060b6f7d84f9d9fec58471f2c6fbf12e64e..832c2e880c6040034d8594223614ccdc2c4ff7e1#diff-5e793325cd2bfc452e268a4aa2f02b4024dd9584bd1db3c2595f61f1ecf7b985L2512-L2527) - Add steps for computing `|enterpriseAttestationPossible|` and `|attestationFormats|` to [§5.1.4.2. Issuing a Credential Request to an Authenticator](https://w3c.github.io/webauthn/#sctn-issuing-cred-request-to-authenticator) Where to see this change: [diff from main to this PR](https://github.com/w3c/webauthn/compare/f9036060b6f7d84f9d9fec58471f2c6fbf12e64e..832c2e880c6040034d8594223614ccdc2c4ff7e1#diff-5e793325cd2bfc452e268a4aa2f02b4024dd9584bd1db3c2595f61f1ecf7b985R2508) - Fix heading level of `devicePubKey` section (parallel of #1781) Where to see this change: [diff from PR #1658 to this PR](https://github.com/w3c/webauthn/compare/6fbfccf747a2af0e6893fa9abe7435310f2f2938..832c2e880c6040034d8594223614ccdc2c4ff7e1#diff-5e793325cd2bfc452e268a4aa2f02b4024dd9584bd1db3c2595f61f1ecf7b985R6744) <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/pull/1787.html" title="Last updated on Aug 1, 2022, 1:42 PM UTC (832c2e8)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/1787/4e67faa...832c2e8.html" title="Last updated on Aug 1, 2022, 1:42 PM UTC (832c2e8)">Diff</a> See https://github.com/w3c/webauthn/pull/1787 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 20 August 2022 20:39:54 UTC