emanor-okta

Results 13 issues of emanor-okta

### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...

[WIP] Adds customizable Timeouts to resources/data that rely on syncing users and groups (https://www.terraform.io/plugin/sdkv2/resources/retries-and-customizable-timeouts) Changes the default timeouts from 20min to 1 year (no timeout) for application resources that can...

[WIP] - OIE Two Authenticators (phone_number / okta_verify) allow individual methods to be enabled / disabled independent of the status of the authenticator. Currently this is exposed via the [_links](https://developer.okta.com/docs/reference/api/authenticators-admin/#error-response-example)...

feat: Updates Adds feature to store a device_secret in TokenStore Allows the TokenStore to store a device_secret in the TokenStore if the device_secret scope is requested. Allows the device_secret and...

### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...

enhancement
no-stalebot
triaged

### Describe the bug? After downloading the auth-js repository, ``` cd samples/generated/static-spa/ ``` run ``` npm i @okta/okta-auth-js ``` receive ``` npm WARN ignoring workspace config at /private/tmp/okta-auth-js/samples/generated/static-spa/.npmrc npm ERR!...

bug

`okta-aws-cli version v2.1.2` ### Description: The CLI is run with the option to cache the access_token and no AWS Fed App is supplied. Login to CLI is successful. Then the...

## Current behavior The [ListApplicationUsers](https://developer.okta.com/okta-sdk-dotnet/latest/api/Okta.Sdk.IApplicationsClient.html#Okta_Sdk_IApplicationsClient_ListApplicationUsers_System_String_System_String_System_String_System_String_System_Nullable_System_Int32__System_String_System_String_) current method signature allows parameters that the backend API call [/api/v1/apps/${applicationId}/users](https://developer.okta.com/docs/reference/api/apps/#list-users-assigned-to-application) does not list as valid options. For example the SDK has a filter parameter....

OKTA-470655

## Description: fix[widget]: Fixes undefined error Fixes issue with widget throwing an `undefined` error when back to sign-in from the unlock account screen is selected and the `/interact` call returns...

:seedling: Adds Okta Initiated Login Flow Adds a simple component and a route to handle the Okta Initiated Login flow. Readme.md updated with instructions on how to setup the Okta...