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
Issue 163 - add field to configuration data indicating expected subject behavior for new streams (#168)
* Issue 163 - add field to configuration data indicating expected subject behavior for new streams
* Add default_subjects to example
* Fix language based on PR feedback
* Clarify language
* Fix spacing
@@ -2158,7 +2172,7 @@ multiple Receivers would lead to unintended data disclosure.
2158
2172
{: title="Example: SET with array 'aud' claim" #figarrayaud}
2159
2173
2160
2174
### The "txn" claim {#txn-claim}
2161
-
Transmitters SHOULD set the "txn" claim value in Security Event Tokens (SETs). If the value is present, it MUST be unique to the underlying event that caused the Transmitter to generate the Security Event Token (SET). The Transmitter, however, may use the same value in the "txn" claim across different Security Events Tokens (SETs), such as session revoked and credential change, to indicate that the SETs originated from the same underlying cause or reason.
2175
+
Transmitters SHOULD set the "txn" claim value in Security Event Tokens (SETs). If the value is present, it MUST be unique to the underlying event that caused the Transmitter to generate the Security Event Token (SET). The Transmitter, however, may use the same value in the "txn" claim across different Security Events Tokens (SETs), such as session revoked and credential change, to indicate that the SETs originated from the same underlying cause or reason.
2162
2176
2163
2177
### The "events" claim {#events-claim}
2164
2178
The "events" claim SHOULD contain only one event. Multiple event type URIs are
0 commit comments