Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application model client secrets #146

Merged
merged 2 commits into from
Oct 28, 2022
Merged

Application model client secrets #146

merged 2 commits into from
Oct 28, 2022

Conversation

monde
Copy link
Collaborator

@monde monde commented Sep 14, 2022

Adds client secrets to the Application model
https://developer.okta.com/docs/reference/api/apps/#application-client-secret-management-operations

Added missing 2.14.0 release notes to changelog

okta-sdk-golang okta/okta-sdk-golang#330

Copy link
Contributor

@arvindkrishnakumar-okta arvindkrishnakumar-okta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚢

@monde monde merged commit 291392b into master Oct 28, 2022
@monde monde deleted the Application_client_secrets branch October 28, 2022 17:52
kodiakhq bot referenced this pull request in cloudquery/cloudquery Dec 1, 2022
#5228)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/okta/okta-sdk-golang/v2](https://togithub.com/okta/okta-sdk-golang) | require | minor | `v2.13.0` -> `v2.16.0` |

---

### Release Notes

<details>
<summary>okta/okta-sdk-golang</summary>

### [`v2.16.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2160)

[Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.15.0...v2.16.0)

-   All API integers, which previously had been typed as `int64`, are now typed
    `*int64` so that serialization of actual `0` values are not ignored when
    omitempty tags are present for serialization.

### [`v2.15.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2150)

[Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.14.0...v2.15.0)

##### Additions

-   Added `POST /api/v1/authenticators` for `CreateAuthenticator` method to `AuthenticatorResource` model by [@&#8203;monde](https://togithub.com/monde) in  [https://github.com/okta/okta-management-openapi-spec/pull/154](https://togithub.com/okta/okta-management-openapi-spec/pull/154)
-   Added `/api/v1/apps/${applicationId}/credentials/secrets` endpoints and `ClientSecret` model by [@&#8203;monde](https://togithub.com/monde) in [https://github.com/okta/okta-management-openapi-spec/pull/146](https://togithub.com/okta/okta-management-openapi-spec/pull/146)
-   Added property `pkce_required` to the `ApplicationCredentialsOAuthClient` model by [@&#8203;monde](https://togithub.com/monde) in [https://github.com/okta/okta-management-openapi-spec/pull/145](https://togithub.com/okta/okta-management-openapi-spec/pull/145)
-   Added `uiSchemaId` property to the `ProfileEnrollmentPolicyRuleAction` model by [@&#8203;emanor-okta](https://togithub.com/emanor-okta) in [https://github.com/okta/okta-management-openapi-spec/pull/144](https://togithub.com/okta/okta-management-openapi-spec/pull/144)

##### Bug fixes

-   Corrected parameters order
    -   `/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules`
    -   `/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}`
    -   By [@&#8203;monde](https://togithub.com/monde) [https://github.com/okta/okta-management-openapi-spec/pull/131](https://togithub.com/okta/okta-management-openapi-spec/pull/131)

### [`v2.14.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2140)

[Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.13.0...v2.14.0)

##### Updates

-   Added property `inactivityPeriod` to `VerificationMethod` model [openapi-2.14.0](https://togithub.com/okta/okta-management-openapi-spec/releases/tag/openapi-2.14.0)
-   OAuth tokens are cached regardless of what request cache manager is utilized on the client.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants