Aaron Granick
Aaron Granick
@m-lehti The data is set here: https://github.com/okta/okta-auth-js/blob/3.2/packages/okta-auth-js/lib/token.js#L632 There should be an item named `okta-oauth-redirect-params` in session storage written right before the redirect. https://github.com/okta/okta-auth-js/blob/3.2/packages/okta-auth-js/lib/token.js#L658 I know it is difficult to debug...
@m-lehti @alsoicode We are aware of an issue affecting iOS 12 and are working on a solution. Can you confirm that the error you are seeing is happening only on...
@bryanatlion I know it has been sometime (almost 1 year) since you filed this issue. It looks like the documentation in the README is out of date. (Internal ref: OKTA-326252)...
@Savahn The page loaded in the iframe (`/authorize`) will load HTML which should communicate back to the SDK running in your app. The timeout error indicates the HTML may not...
@muditjuneja It sounds like you are trying to login using Microsoft as an IDP provider. This guide may be able to help you set it up: https://developer.okta.com/docs/guides/add-an-external-idp/microsoft/before-you-begin/ You will need...
@samantha-wong you mentioned a "server error". Are you trying to use `okta-react` from the server-side? If so, this error would be expected as this SDK does not currently support NodeJS
@samantha-wong `okta-react` is designed to work client-side. `okta-auth-js` has limited functionality server-side. Both of these SDK's are open-source, however so you can take whatever pieces are useful. If you'd like...
@tbarrettwilsdon Thank you for the information. `okta-react` is "downstream" from `okta-auth-js` so whenever a new version of `okta-auth-js` is released there is a moment in time before the downstream SDKs...
an internal issue was created to investigate: OKTA-333775
can you not do: ``` import {OnAuthRequiredFunction} from "@okta/okta-react"; ``` ?