Skip to content
New issue

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

Remove "cause-time" from RISC example in SSF spec #178

Closed
FragLegs opened this issue Jun 3, 2024 · 0 comments · Fixed by #181
Closed

Remove "cause-time" from RISC example in SSF spec #178

FragLegs opened this issue Jun 3, 2024 · 0 comments · Fixed by #181
Labels
bug Something isn't working spec:SSF vID-03 Address this issue before the v3 cutoff (June 15, 2024)

Comments

@FragLegs
Copy link
Contributor

FragLegs commented Jun 3, 2024

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.

@FragLegs FragLegs added bug Something isn't working spec:SSF vID-03 Address this issue before the v3 cutoff (June 15, 2024) labels Jun 3, 2024
@FragLegs FragLegs linked a pull request Jun 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working spec:SSF vID-03 Address this issue before the v3 cutoff (June 15, 2024)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant