Register a standard-based application¶
To integrate an application with Asgardeo, you need to register it through the Asgardeo Console. Registering a standard-based application lets you configure protocol settings (OIDC, SAML) from scratch.
Register an application¶
To register an application:
- On the Asgardeo Console, go to Applications.
-
Click New Application and select Standard-Based Application.
-
Provide an application name and select the other options based on your requirements.
Note
- You can choose OIDC or SAML as the standard protocol for your application. See the complete list of OIDC and SAML configurations.
- If you use OIDC, you can configure a management app, which can access the management APIs in Asgardeo. Learn about invoking management APIs.
-
Click Register to complete the registration.
Note
If you have enabled Allow sharing with organizations while registering the application, you will see a popup window with the following options.
Option Description Share with all organizations If selected, the application will be shared with all existing organizations and any new organizations you may create in the future. Share with only selected organizations If selected, you can select the organizations you wish to share the application with. Note
If you are planning to enable the Authorization Code grant type for standard-based applications, please note the following when adding the authorized redirect URL. The authorized redirect URL should be defined based on the type of application you are using:
-
Web-based applications: Use exact URLs or implement logic to dynamically register specific redirect URIs as needed.
-
Mobile apps with deep links: Wildcard support may be acceptable, but it must be implemented securely and restricted to well-defined patterns to limit its scope.
-