Modifying and deleting applications
You can modify the settings for Access Management applications, including each application's display name and redirect URLs. In addition, you can delete an application if it is no longer in use.
Before you begin
Before making changes to applications, it is important to know that applications can be added to Access Management either through the user interface or programmatically using bootstrap files (one per application API). The bootstrap files contain predefined data for the environment, including definitions of applications, roles, and service accounts.
There are different approaches to using the bootstrap, which can affect how and whether you should update the data through the user interface.
- Scenario A: The bootstrap files are used for a one-time quick setup and then removed from Access Management's configuration. In this scenario, you can update and delete applications through the user interface with no special considerations.
- Scenario B: The bootstrap files are used for initial setup but also kept in place to update the environment each time Access Management restarts. If this is the case, we advise that you make all changes in the bootstrap file rather than in the user interface.
- If you edit a setting that is also defined in a bootstrap file, the setting will not be overwritten by the bootstrap data. Existing data defined in the user interface will remain as is.
- If you delete an application that is defined in a bootstrap file, you must delete the application from the bootstrap file and also in the user interface. If you delete an application only in the user interface, it will return after the next system restart. If you delete the application only in the bootstrap file, it will remain in the user interface.