Skip to content

Commit

Permalink
Fix payload structure of account disabled event
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Nov 20, 2024
1 parent e206435 commit 1e0a559
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _data/risc_outgoing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
type: string
description: >
The UUID identifying the user. This is the same as the `sub` inside the `id_token` JWT in the OpenID Token endpoint.
- key: reason
type: string
description: >
Optional, describes why was the account disabled..
- key: reason
type: string
description: >
Optional, describes why was the account disabled.
example_payload: {
"https://schemas.openid.net/secevent/risc/event-type/account-disabled": {
"subject": {
Expand Down

0 comments on commit 1e0a559

Please sign in to comment.