Register an application in WSO2 Identity Platform
2 min
First unless you already have done that, you need to create an organization in WSO2 Identity Platform and register your application as a single page application.
-
Sign up for a free WSO2 Identity Platform account
-
Sign into the WSO2 Identity Platform console and navigate to Applications > New Application.
- Select React Application
Next, complete the wizard popup by providing a suitable name and an authorized redirect URL.
Example
name: asgardeo-react
Authorized redirect URL: http://localhost:5173
Info
The authorized redirect URL determines where WSO2 Identity Platform should send users after they successfully log in. Typically, this will be the web address where your app is hosted. For this guide, we'll use http://localhost:5173, as the sample app will be accessible at this URL.
You will need the following information available in the Quick Start tab of your app or the Quickstart guide under the React SDK for the AuthProvider config.
- Client ID
- Base URL
- Redirect URL
In this step, we have registered our React app as an application in the WSO2 Identity Platform console and generated the required metadata. Next, we will create a React app using Vite.


