Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 8 additions & 18 deletions openid-risc-1_0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,10 @@
"sub": "7375626A656374"
},
"events": {
"https://schemas.openid.net/secevent/risc/event-type/\
account-credential-change-required": {}
"https://schemas.openid.net/secevent/risc/event-type/account-credential-change-required": {}
}
}
]]></artwork>
<postamble><spanx style="emph">(the event type URI is wrapped, the backslash is the continuation character)</spanx></postamble>
</figure>
</section>

Expand Down Expand Up @@ -162,14 +160,12 @@
"sub": "7375626A656374",
},
"events": {
"https://schemas.openid.net/secevent/risc/event-type/\
account-disabled": {
"https://schemas.openid.net/secevent/risc/event-type/account-disabled": {
"reason": "hijacking"
}
}
}
]]></artwork>
<postamble><spanx style="emph">(the event type URI is wrapped, the backslash is the continuation character)</spanx></postamble>
</figure>
</section>

Expand All @@ -192,7 +188,7 @@

<t>This event SHOULD be issued only by the provider that is authoritative over the identifier.
For example, if the person that owns <spanx style="verb">[email protected]</spanx> goes
through a name change and wants the new <spanx style="verb">john.row@example.com</spanx> email
through a name change and wants the new <spanx style="verb">john.roe@example.com</spanx> email
then <spanx style="strong">only</spanx> the email provider <spanx style="verb">example.com</spanx>
SHOULD issue an Identifier Changed event as shown in the example below.</t>

Expand All @@ -216,15 +212,13 @@
"email": "[email protected]"
},
"events": {
"https://schemas.openid.net/secevent/risc/event-type/\
identifier-changed": {
"https://schemas.openid.net/secevent/risc/event-type/identifier-changed": {
"new-value": "[email protected]"
}
}
}
]]></artwork>
<postamble>The <spanx style="verb">[email protected]</spanx> email changed to <spanx style="verb">[email protected]</spanx>.
<spanx style="emph">(the event type URI is wrapped, the backslash is the continuation character)</spanx></postamble>
<postamble>The <spanx style="verb">[email protected]</spanx> email changed to <spanx style="verb">[email protected]</spanx>.</postamble>
</figure>
</section>

Expand All @@ -250,13 +244,11 @@
"email": "[email protected]"
},
"events": {
"https://schemas.openid.net/secevent/risc/event-type/\
identifier-recycled": {}
"https://schemas.openid.net/secevent/risc/event-type/identifier-recycled": {}
}
}
]]></artwork>
<postamble>The '[email protected]' email address was recycled.
<spanx style="emph">(the event type URI is wrapped, the backslash is the continuation character)</spanx></postamble>
<postamble>The <spanx style="verb">[email protected]</spanx> email address was recycled.</postamble>
</figure>
</section>

Expand Down Expand Up @@ -295,14 +287,12 @@
},
"events": {
"https://schemas.openid.net/secevent/risc/event-type/credential-compromise": {
"credential_type": "password"
"credential_type": "password"
}
}
}

]]></artwork>
<postamble><spanx style="emph">(the event type URI is wrapped, the backslash is the
continuation character)</spanx></postamble>
</figure>
</section>

Expand Down