Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo in the readme #29

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/react-sample-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The application will open at [`https://localhost:3000`](https://localhost:3000).
If you need to run the development server on a different port, follow these steps:

1. Update the `PORT` in the `.env` file located at the root of the application.
2. Update the `signInRedirectURL` and `signOutRedirectURL` in the `src/runtime-config.json` file.
2. Update the `signInRedirectURL` and `signOutRedirectURL` in the `public/runtime-config.json` file.
3. Go to the Identity Server/Asgardeo Console and navigate to the **Protocol** tab of your application:
- Update the **Authorized Redirect URL**.
- Update the **Allowed Origins**.
Loading