Skip to content

Commit

Permalink
OKTA-812108 OKTA-813672: Bug fixes in OASv3 spec (#1569)
Browse files Browse the repository at this point in the history
* OKTA-812108 OKTA-813672: Bug fixes in OASv3 spec

* Setting next major dev version 20.0.0-SNAPSHOT
  • Loading branch information
arvindkrishnakumar-okta authored Oct 18, 2024
1 parent b6ea33f commit c51568e
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>19.0.2-SNAPSHOT</version>
<version>20.0.0-SNAPSHOT</version>
</parent>

<artifactId>okta-sdk-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>19.0.2-SNAPSHOT</version>
<version>20.0.0-SNAPSHOT</version>
</parent>

<artifactId>okta-sdk-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>19.0.2-SNAPSHOT</version>
<version>20.0.0-SNAPSHOT</version>
</parent>

<artifactId>okta-sdk-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-examples</artifactId>
<version>19.0.2-SNAPSHOT</version>
<version>20.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>19.0.2-SNAPSHOT</version>
<version>20.0.0-SNAPSHOT</version>
</parent>

<artifactId>okta-sdk-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>19.0.2-SNAPSHOT</version>
<version>20.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>19.0.2-SNAPSHOT</version>
<version>20.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Okta Java SDK</name>
Expand Down Expand Up @@ -68,12 +68,12 @@
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-api</artifactId>
<version>19.0.2-SNAPSHOT</version>
<version>20.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-impl</artifactId>
<version>19.0.2-SNAPSHOT</version>
<version>20.0.0-SNAPSHOT</version>
</dependency>

<!-- Other Okta Projects -->
Expand Down Expand Up @@ -103,14 +103,14 @@
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-integration-tests</artifactId>
<version>19.0.2-SNAPSHOT</version>
<version>20.0.0-SNAPSHOT</version>
</dependency>

<!-- Examples -->
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-examples-quickstart</artifactId>
<version>19.0.2-SNAPSHOT</version>
<version>20.0.0-SNAPSHOT</version>
</dependency>

<!-- Logging -->
Expand Down
10 changes: 2 additions & 8 deletions src/swagger/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47637,11 +47637,8 @@ components:
name:
type: string
description: The name of the authentication provider
readOnly: true
example: OKTA
type:
$ref: '#/components/schemas/AuthenticationProviderType'
readOnly: true
AuthenticationProviderType:
description: The type of authentication provider
type: string
Expand All @@ -47659,7 +47656,6 @@ components:
LDAP: Specifies the directory instance name as the `name` property
OKTA: Specifies the Okta Identity Provider
SOCIAL: Doesn't support a `password` or `recovery question` credential and must authenticate through a trusted Identity Provider
readOnly: true
AuthenticatorBase:
type: object
properties:
Expand Down Expand Up @@ -65680,10 +65676,8 @@ components:
Enumerated value of the property.

The value of the property is limited to one of the values specified in the enum definition. The list of values for the enum must consist of unique elements.
items:
anyOf:
- type: string
- type: integer
items:
$ref: '#/components/schemas/UserSchemaAttributeItems'
externalName:
type: string
description: |-
Expand Down

0 comments on commit c51568e

Please sign in to comment.