mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 09:45:19 +02:00
Update create logic to ignore signed marks unless in sunrise
This addresses an issue where the existing logic assumed that the presence of a signed mark means the current flow is a sunrise/sunrush request, when this isn't necessarily true. It's safe to ignore signed marks in other circumstances. This is a combination of work by Justin Graham <justin.af.graham@gmail.com>, Nick Felt, and me (Ben). It is based on the original PR located at: https://github.com/google/nomulus/pull/41 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140784461
This commit is contained in:
parent
59f4984083
commit
3740171bbf
7 changed files with 79 additions and 43 deletions
File diff suppressed because one or more lines are too long
|
@ -21,7 +21,7 @@
|
|||
<launch:create
|
||||
xmlns:launch="urn:ietf:params:xml:ns:launch-1.0"
|
||||
type="registration">
|
||||
<launch:phase>claims</launch:phase>
|
||||
<launch:phase>sunrise</launch:phase>
|
||||
<smd:signedMark xmlns:smd="urn:ietf:params:xml:ns:signedMark-1.0" id="signedMark">
|
||||
<smd:id>1-2</smd:id>
|
||||
<smd:issuerInfo issuerID="2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue