Skip to content

Commit

Permalink
Authenticator properties specific to the Duo authenticator:
Browse files Browse the repository at this point in the history
- `provider.configuration.host`
- `provider.configuration.integrationKey`
- `provider.configuration.secretKey`
- okta/okta-developer-docs#3381
- https://developer.okta.com/docs/reference/api/authenticators-admin/#authenticator-object
  • Loading branch information
monde committed Jun 16, 2022
1 parent 283a709 commit 80ec4d6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
11 changes: 10 additions & 1 deletion dist/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "Apache-2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "2.12.0"
"version": "2.13.0"
},
"externalDocs": {
"description": "Find more info here",
Expand Down Expand Up @@ -15628,12 +15628,21 @@
"authPort": {
"type": "integer"
},
"host": {
"type": "string"
},
"hostName": {
"type": "string"
},
"instanceId": {
"type": "string"
},
"integrationKey": {
"type": "string"
},
"secretKey": {
"type": "string"
},
"sharedSecret": {
"type": "string"
},
Expand Down
8 changes: 7 additions & 1 deletion dist/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ info:
license:
name: Apache-2.0
url: 'https://www.apache.org/licenses/LICENSE-2.0.html'
version: 2.12.0
version: 2.13.0
externalDocs:
description: Find more info here
url: 'https://developer.okta.com/docs/api/getting_started/design_principles.html'
Expand Down Expand Up @@ -10013,10 +10013,16 @@ definitions:
properties:
authPort:
type: integer
host:
type: string
hostName:
type: string
instanceId:
type: string
integrationKey:
type: string
secretKey:
type: string
sharedSecret:
type: string
userNameTemplate:
Expand Down
6 changes: 6 additions & 0 deletions resources/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9876,6 +9876,12 @@ definitions:
type: string
userNameTemplate:
$ref: '#/definitions/AuthenticatorProviderConfigurationUserNamePlate'
host:
type: string
secretKey:
type: string
integrationKey:
type: string
x-okta-tags:
- Authenticator
AuthenticatorProviderConfigurationUserNamePlate:
Expand Down

0 comments on commit 80ec4d6

Please sign in to comment.