Skip to content

Commit

Permalink
Relaxed constraint to provide certain attributes for auth_factor obje…
Browse files Browse the repository at this point in the history
…ct (#1339)

#### Related Issue: #1338 

#### Description of changes:

This PR relaxes the `just_one` constraint on the `auth_factor` object.
For more on motivation, see issue #1338.

---------

Co-authored-by: Rajas <89877409+floydtree@users.noreply.github.com>
  • Loading branch information
alanisaac and floydtree authored Feb 10, 2025
1 parent ffa9b65 commit b0ed203
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Thankyou! -->
### Improved
* #### Objects
1. Added `boot_uid` to `device` object. [#1335](https://github.com/ocsf/ocsf-schema/pull/1335)
1. Relaxed constraint to provide `email_addr`, `phone_number`, or `security_questions` on `auth_factor`. [#1339](https://github.com/ocsf/ocsf-schema/pull/1339)

## [v1.4.0] - January 31st, 2025

Expand Down
7 changes: 0 additions & 7 deletions objects/auth_factor.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,5 @@
"group": "context",
"requirement": "optional"
}
},
"constraints": {
"just_one": [
"email_addr",
"phone_number",
"security_questions"
]
}
}

0 comments on commit b0ed203

Please sign in to comment.