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
I wanted to capture some conflicting examples in the SSF spec document, if these have already been addressed for the up coming V1-Final effort you can disregard.
In the example of "conforming events" defined in The SSF Standard, Section 5 The txn field defined in the examples are json numeric values
However the txn claim is defined here in the SET token standard, is defined as an Optional String
"txn" (Transaction Identifier) Claim
An OPTIONAL string value that represents a unique transaction
identifier. In cases in which multiple related JWTs are issued,
the transaction identifier claim can be used to correlate these
related JWTs. Note that this claim can be used in JWTs that are
SETs and also in JWTs using non-SET profiles.
So all of these examples should be updated to quote the txn value.
The CAEP event defined in the events claims does not match the format as defined in the CAEP Standard
the reason_admin and reason_user are defined as a JSON OBJECT that is a set of BCP47 (RFC5646) language tags, with their localized display string. So to correct the above example, it should be
In section [10.1.3] there is an example with a sub_id with format = phone. This is not a valid id according to this spec, it should be phone_number as defined in Subject Identifiers
In section [10.1.3] there is another example, where the CAEP event uses the event URL: https://schemas.openid.net/secevent/caep/event-type/token-claims-changed with
an "ed" on the end of change, but in the spec here
you can see it's defined as: https://schemas.openid.net/secevent/caep/event-type/token-claims-change without the "ed".
The text was updated successfully, but these errors were encountered:
I wanted to capture some conflicting examples in the SSF spec document, if these have already been addressed for the up coming V1-Final effort you can disregard.
txn
field defined in the examples are json numeric valuesHowever the
txn
claim is defined here in the SET token standard, is defined as an Optional StringSo all of these examples should be updated to quote the
txn
value.the
reason_admin
andreason_user
are defined as a JSON OBJECT that is a set of BCP47 (RFC5646) language tags, with their localized display string. So to correct the above example, it should beIn section [10.1.3] there is an example with a
sub_id
withformat = phone
. This is not a valid id according to this spec, it should bephone_number
as defined inSubject Identifiers
In section [10.1.3] there is another example, where the CAEP event uses the event URL:
https://schemas.openid.net/secevent/caep/event-type/token-claims-changed
withan "ed" on the end of change, but in the spec here
you can see it's defined as:
https://schemas.openid.net/secevent/caep/event-type/token-claims-change
without the "ed".The text was updated successfully, but these errors were encountered: