okta-react icon indicating copy to clipboard operation
okta-react copied to clipboard

Okta OIDC SDK for React

Results 61 okta-react issues
Sort by recently updated
recently updated
newest added

OKTA-676780 Support react-router 6 ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [guidelines](/okta/okta-react/blob/master/CONTRIBUTING.md#commit) - [ ] Tests for...

### Describe the bug I hope this message finds you well. We are currently facing a challenge with the application1 in relation to the application2 redirection process, specifically when operating...

bug

## I'm submitting a: - [ ] Bug report - [ ] Feature request - [ *] Other (Describe below) Question ## Current behavior ## Expected behavior ## Minimal reproduction...

### Describe the bug? I'm getting a warning saying that "Two custom restoreOriginalUri callbacks are detected. The one from the OktaAuth configuration will be overridden by the provided restoreOriginalUri prop...

bug

### Describe the feature request? There are good examples for react router v5 and v6, but not yet for the Tanstack Router ### New or Affected Resource(s) Documentation / Examples...

enhancement

### Describe the bug It was discussed [here](https://github.com/okta/okta-react/pull/256#issuecomment-1530138204) that `` cannot be used with React Router v6. This fact was confirmed by @jaredperreault-okta [here](https://github.com/okta/okta-react/pull/256#issuecomment-1530475348), and Jared linked to [this sample](https://github.com/okta/okta-react/tree/master/samples/routing/react-router-dom-v6)...

bug

### Describe the bug My web application is on a rotating refresh token that, once expired, should return the user to the login screen. This works well enough in Firefox...

bug

### Describe the bug My team is working on a ReactJS single page app. The "Remember Me" checkbox in the signin widget does not appear to be working. Even after...

bug

### Describe the bug? When the user is redirected from Okta login the SDK does not redirect user. ### What is expected to happen? User is redirected to the main...

bug

### Describe the bug The examples for React Router 6 include disableHttpsCheck as an option in the examples, such as this one https://github.com/okta/okta-react/blob/master/samples/routing/react-router-dom-v6/src/config.ts. However, copying that file and adding a...

bug