Applications¶
Registering your application is the first step towards unlocking the full spectrum of features offered by Asgardeo.
Register an application¶
Asgardeo supports integrating four application types. Once registered, Asgardeo sets the default configurations for your application which can easily be customized according to your requirements.
Single-page applications¶
Single-page applications (SPAs) run on the browser and dynamically update the content as the user interacts with it. As the user does not need to wait page reloads, users have a seamless experience with high responsiveness. JavaScript frameworks and libraries such as React, Angular and Vue.js are some popular technologies adopted to build SPAs.
Web applications¶
Web applications (web apps) are the most common type of applications in use. They are usually hosted on a web server and accessed by a browser. Web applications require authentication as they offer functionality specific to logged-in users.
Mobile applications¶
Mobile applications are apps that run on mobile devices. Android and iOS are some of the popular technologies adopted to build mobile applications.
Standard-based applications¶
Standard-based applications allow you to configure the application protocol settings (OIDC or SAML) from scratch.
Enable/Disable an application¶
If your application is undergoing maintenance, or should be made unavailable for users to log in for other reasons, you can disable the application. If you created a new application or if your application is ready for use again, enable the application for users to login.
Note
Disabling prevents any new logins to the application, revokes active access tokens and consents provided for the application. Upon re-enabling the application, users must reprovide any consents that they had previously granted.
To enable/disable an application,
-
On the Asgardeo Console, go to Applications.
-
Select the application you wish to disable and go to its General tab.
-
Scroll down to the Danger Zone.
-
Under Disable application, switch the toggle on to disable the application or off to enable it.
Delete an application¶
To delete an application,
-
On the Asgardeo Console, go to Applications.
-
Select the application you wish to delete and go to its General tab.
-
Scroll down to the Danger Zone.
-
Click Delete under Delete application and confirm your action.