We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In section 10.1.3, the SSF spec shows an example RISC event:
{ "iss": "https://idp.example.com/", "jti": "756E69717565206964656E746966696572", "iat": 1520364019, "aud": "636C69656E745F6964", "sub_id": { "format": "phone", "phone_number": "+1 206 555 0123" }, "events": { "https://schemas.openid.net/secevent/risc/event-type/account-disabled": { "reason": "hijacking", "cause-time": 1508012752 } } }
However, cause-time is not a known property of the "account-disabled" event. We should remove that property from the example.
cause-time
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In section 10.1.3, the SSF spec shows an example RISC event:
However,
cause-time
is not a known property of the "account-disabled" event. We should remove that property from the example.The text was updated successfully, but these errors were encountered: