okta-sdk-nodejs icon indicating copy to clipboard operation
okta-sdk-nodejs copied to clipboard

Node.js API Client for the Okta Platform API

Results 41 okta-sdk-nodejs issues
Sort by recently updated
recently updated
newest added

We should add an example to the readme that demonstrates how to use this client to make arbitrary calls to the Okta API (i.e. endpoints that are not yet officially...

enhancement
priority-low

https://developer.okta.com/docs/reference/api/users/#get-current-user The above method is not currently implemented in the node SDK, our service is currently calling this frequently through manual HTTP requests, even though we use other parts of...

priority-high

Hello, Is there a way to check that a group exist using "filter" instead of "q" with listGroups() based on the "profile name " ? I tried `profile.name` but it...

enhancement
priority-pending

There are two common configuration errors that developers run into: - Invalid API token - Invalid Org URL (DNS name not found) In either situation, the underlying HTTP error bubbles...

In Progress

To help avoid misconfiguration, this library should implement these checks against common errors: https://oktawiki.atlassian.net/wiki/spaces/PM/pages/552049922/Library+configuration+checks For this library, checks against Okta domain (base URL) apply.

enhancement

### Describe the bug We have a situation where we update a users profile using the userApi.updateUser api. We await this call to confirm that the update completed successfully. We...

bug

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [guidelines](/okta/okta-sdk-nodejs/blob/master/CONTRIBUTING.md) - [ ] Tests for the changes have been...

### Describe the bug The method `getJwt` from the class `OAuth` is indicated as returning a `string` but returns a `Promise` See [here](https://github.com/okta/okta-sdk-nodejs/blob/286c19d039e1b28329cf36b3d7f67194437f26d5/src/types/oauth.d.ts#L29) ### Reproduction Steps? Normal usage of OauthClient...

bug

### Describe the bug The Policy object in the 7.x version of the node SDK lacks the `conditions` property, breaking the 6.x paradigm of fetching a policy, updating this collection...

bug

### Describe the bug I have been using this sdk for roughly a year. About 2 weeks ago I noticed it suddenly began causing "system.operation.rate_limit.violation" events in the logs. This...

bug