Skip to content

Commit 7b00ef9

Browse files
authoredJan 15, 2024
Add opaque to the required subject formats (#137)
* Verification events MUST include an opaque sub_id. Since Transmitters MUST send verification events, then Receivers MUST be prepared to accept them. * Add discloure about opaque being for the Verification event only
1 parent 4884461 commit 7b00ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎openid-caep-interoperability-profile-1_0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ The following subject identifier formats from "Subject Identifiers for Security
169169

170170
* `email`
171171
* `iss_sub`
172+
* `opaque` (for the Verification event only)
172173

173174
Receivers MUST be prepared to accept events with any of the subject identifier formats specified in this section. Transmitters MUST be able to send events with at least one of subject identifier formats specified in this section.
174175

@@ -193,4 +194,3 @@ Within the `credential-change` event, implementations MUST support the following
193194

194195
`reason_admin`
195196
: Transmitters MUST populate this value with a non-empty string
196-

0 commit comments

Comments
 (0)
Please sign in to comment.