samples-js-react
samples-js-react copied to clipboard
React Auth SDK sample
: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...
Hi Okta Dev Team, We are building a react component which needs to call an external API. The react component is hosted in Dynamics 365. The Dynamics 365 has 2...
Followed README, testing on my employer's dev Okta tenant. Using a custom domain name as the issuer, so it is different from the `*-admin.oktapreview.com` developer portal url. Tested on Firefox....
resolves [OKTA-377047](https://oktainc.atlassian.net/browse/OKTA-377047)
react-router v6 introduces [breaking changes](https://github.com/ReactTraining/react-router/blob/dev/docs/advanced-guides/migrating-5-to-6.md) - ``s should be inside `` - `` removed, so need to use `*` in `path` if it's not exact - `` replaced to ``...
I started seeing this issue after bumping okta react dependency to 3.0.9. To Replicate - update okta-react dependency to 3.0.9, start okta-hosted-login app. After logging in, it should show this...
With Okta React 3.0.4, I get a test failure after creating an app and adding the SDK. ``` TypeError: Cannot read property 'emit' of undefined 18 | test('renders learn react...
I've seen this question posed a couple of times, but haven't found the answer. What is the best practice for an SPA that must choose from multiple client IDs when...
Found this troubleshooting what turned out to be a typo. If the client id doesn't get passed to the widget, it hangs without any errors. To reproduce, simply comment out...
…s and where to find it (this tripped me up during app creation.