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

Hi there! I'm looking to switch over to use your new typescript definitions (thank you! 😀) and am running into an issue. My organization currently defines some custom attributes as...

* replace jsdocs-generated html with md files OKTA-533765 https://oprav.github.io/okta-sdk-nodejs/api-docs/ ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our [guidelines](/okta/okta-sdk-nodejs/blob/master/CONTRIBUTING.md) -...

I'm hitting a weird problem trying to call the isExpired function on a Jwt. Setup: Single-page web app is sending access token to a server. Server is verifying the token....

In our setup we needed to communicate with the okta services via a proxy. To achieve this we had to overwrite the Http implementation. This is how we solved it:...

When retrieving a profile that contains very large values, the `getUser` function fails to return. To recreate this, create a custom string attribute (`avatar` for example). Then set the value...

Triaged

The delete methods on the generated method are returning the raw http response object. To be consistent with other methods we should return the response body (which will be empty)

Hi, I would like to use authorization code with PKCE from a Single Page App, get accessToken and explicitly pass accessToken to the SDK. This functionality is mainly for the...

Attempting to make a call using the SDK method `oktaClient.getUser(user)`. Ran into the title issue, `realFetch.call is not a function`. Root seems to be in the latest version of `isomorphic-fetch`...

Your docs state that: >If you're using a version of Node 10 or greater, you can use async iterators. >```js >for await (let user of client.listUsers()) { > console.log(user); >}...

I'd like to start using this extension to auto-generate the TOC for this library so that the TOC is always up to date as we add new examples: https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one