Skip to content

Commit

Permalink
Fix issue #965 - add signed_nonce factor type in discriminator mapp…
Browse files Browse the repository at this point in the history
…ing (#985)

Fix issue #965 - add signed_nonce factor type in discriminator mapping
  • Loading branch information
arvindkrishnakumar-okta authored Feb 23, 2024
1 parent f36e386 commit fa8537e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/swagger/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3503,6 +3503,7 @@ paths:
- okta.authorizationServers.manage
tags:
- AuthorizationServer

/api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/activate:
parameters:
- $ref: '#/components/parameters/pathAuthServerId'
Expand Down Expand Up @@ -31114,6 +31115,7 @@ components:
email: '#/components/schemas/EmailUserFactor'
push: '#/components/schemas/PushUserFactor'
question: '#/components/schemas/SecurityQuestionUserFactor'
signed_nonce: '#/components/schemas/PushUserFactor'
sms: '#/components/schemas/SmsUserFactor'
token: '#/components/schemas/TokenUserFactor'
token:hardware: '#/components/schemas/HardwareUserFactor'
Expand Down

0 comments on commit fa8537e

Please sign in to comment.