Skip to content

Commit ce01a4a

Browse files
authored
Fix/okta 920832 support signed nonce factor (#512)
1 parent 29766e8 commit ce01a4a

31 files changed

+445
-276
lines changed

.generator/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ additionalProperties:
1414
files:
1515
asset/logo.png: {}
1616
api_application_test.go: {}
17+
api_factors_test.go: {}
1718
api_group_test.go: {}
1819
api_idp_test.go: {}
1920
api_policy_test.go: {}

.generator/okta-management-APIs-oasv3-enum-inheritance.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5946,7 +5946,7 @@ paths:
59465946
description: |
59475947
Retrieves an email template's default content
59485948

5949-
<x-lifecycle class="ea"></x-lifecycle> Defaults to the current user's language given the following:
5949+
<x-lifecycle class="ea"></x-lifecycle> Defaults to the current user's language given the following:
59505950
- Custom languages for Okta Email Templates is enabled
59515951
- An additional language is specified for the `language` parameter
59525952
operationId: getEmailDefaultContent
@@ -15800,9 +15800,9 @@ paths:
1580015800
get:
1580115801
summary: Retrieve the current Session
1580215802
description: |-
15803-
Retrieves Session information for the current user. Use this method in a browser-based application to determine if the user is signed in.
15803+
Retrieves Session information for the current user. Use this method in a browser-based application to determine if the user is signed in.
1580415804

15805-
> **Note:** This operation requires a session cookie for the user. An API token isn't allowed for this operation.
15805+
> **Note:** This operation requires a session cookie for the user. An API token isn't allowed for this operation.
1580615806
operationId: getCurrentSession
1580715807
parameters:
1580815808
- in: header
@@ -20392,8 +20392,8 @@ components:
2039220392
properties:
2039320393
profile:
2039420394
allOf:
20395-
- $ref: '#/definitions/base'
20396-
- $ref: '#/definitions/custom'
20395+
# - $ref: '#/definitions/base'
20396+
# - $ref: '#/definitions/custom'
2039720397
AssignGroupOwnerRequest:
2039820398
summary: Assign a group owner request example
2039920399
value:
@@ -22553,8 +22553,8 @@ components:
2255322553
properties:
2255422554
profile:
2255522555
allOf:
22556-
- $ref: '#/definitions/custom'
22557-
- $ref: '#/definitions/base'
22556+
# - $ref: '#/definitions/custom'
22557+
# - $ref: '#/definitions/base'
2255822558
title: Okta group
2255922559
type: object
2256022560
ListAllKeysResponse:
@@ -25903,8 +25903,8 @@ components:
2590325903
properties:
2590425904
profile:
2590525905
allOf:
25906-
- $ref: '#/definitions/base'
25907-
- $ref: '#/definitions/custom'
25906+
# - $ref: '#/definitions/base'
25907+
# - $ref: '#/definitions/custom'
2590825908
VerifiedEmailDomainResponse:
2590925909
value:
2591025910
id: OeD114iNkrcN6aR680g4
@@ -29776,7 +29776,7 @@ components:
2977629776
type: object
2977729777
description: |-
2977829778
The ID of the user type. Add this value if you want to create a user with a non-default [user type](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/UserType/).
29779-
The user type determines which [schema](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Schema/) applies to that user. After a user has been created, the user can
29779+
The user type determines which [schema](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Schema/) applies to that user. After a user has been created, the user can
2978029780
only be assigned a different user type by an administrator through a full replacement (`PUT`) operation.
2978129781
properties:
2978229782
id:
@@ -30598,13 +30598,13 @@ components:
3059830598
body:
3059930599
type: string
3060030600
description: |
30601-
The HTML body of the email. May contain [variable references](https://velocity.apache.org/engine/1.7/user-guide.html#references).
30601+
The HTML body of the email. May contain [variable references](https://velocity.apache.org/engine/1.7/user-guide.html#references).
3060230602

3060330603
<x-lifecycle class="ea"></x-lifecycle> Not required if Custom languages for Okta Email Templates is enabled. A `null` body is replaced with a default value from one of the following in priority order:
3060430604

3060530605
1. An existing default email customization, if one exists
3060630606
2. Okta-provided translated content for the specified language, if one exists
30607-
3. Okta-provided translated content for the brand locale, if it's set
30607+
3. Okta-provided translated content for the brand locale, if it's set
3060830608
4. Okta-provided content in English
3060930609
subject:
3061030610
type: string
@@ -34583,7 +34583,7 @@ components:
3458334583
PasswordCredential:
3458434584
description: |-
3458534585
When a user has a valid password, imported hashed password, or password hook, and a response object contains
34586-
a password credential, then the password object is a bare object without the value property defined (for example, `password: {}`). This
34586+
a password credential, then the password object is a bare object without the value property defined (for example, `password: {}`). This
3458734587
indicates that a password value exists. You can modify password policy requirements in the Admin Console by editing the Password
3458834588
authenticator: **Security** > **Authenticators** > **Password** (or for Okta Classic orgs, use **Security** > **Authentication** > **Password**).
3458934589
type: object
@@ -38668,7 +38668,7 @@ components:
3866838668
Specifies the default and custom profile properties for a user.
3866938669

3867038670
The default user profile is based on the [System for Cross-domain Identity Management: Core Schema](https://datatracker.ietf.org/doc/html/rfc7643).
38671-
The only permitted customizations of the default profile are to update permissions, change whether the `firstName` and `lastName` properties are nullable, and
38671+
The only permitted customizations of the default profile are to update permissions, change whether the `firstName` and `lastName` properties are nullable, and
3867238672
specify a [pattern](https://developer.okta.com/docs/reference/api/schemas/#login-pattern-validation) for `login`. You can use the Profile Editor in the administrator UI
3867338673
or the [Schemas API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/UISchema/#tag/UISchema) to make schema modifications.
3867438674

@@ -39143,7 +39143,7 @@ components:
3914339143
name:
3914439144
type: string
3914539145
description: |-
39146-
The name of the User Type. The name must start with A-Z or a-z and contain only A-Z, a-z, 0-9, or underscore (_) characters.
39146+
The name of the User Type. The name must start with A-Z or a-z and contain only A-Z, a-z, 0-9, or underscore (_) characters.
3914739147
This value becomes read-only after creation and can't be updated.
3914839148
_links:
3914939149
$ref: '#/components/schemas/UserTypeLinks'
@@ -39579,4 +39579,4 @@ components:
3957939579
okta.userTypes.manage: Allows the app to manage user types in your Okta organization.
3958039580
okta.userTypes.read: Allows the app to read user types in your Okta organization.
3958139581
okta.users.manage: Allows the app to create new users and to manage all users' profile and credentials information.
39582-
okta.users.read: Allows the app to read the existing users' profiles and credentials.
39582+
okta.users.read: Allows the app to read the existing users' profiles and credentials.

0 commit comments

Comments
 (0)