Apps: Difference between revisions
Line 8: | Line 8: | ||
There are two different types of BigID Apps: Utility and Interactive. | There are two different types of BigID Apps: Utility and Interactive. | ||
== Utility Applications | == Utility Applications == | ||
Utility Applications allow you to run custom code at regular intervals or on-demand. Your custom code will be given a BigID API Token to access data from a BigID system. | Utility Applications allow you to run custom code at regular intervals or on-demand. Your custom code will be given a BigID API Token to access data from a BigID system. |
Revision as of 15:47, 2 March 2022
BigID Applications allow you to add your own business logic and UI to a BigID system. This means that you can add dashboards, synchronize BigID with an external system, or even add entire data governance applications.
BigID Applications are written in your programming language of choice as a web application. You also can use our partner Retool to create low-code BigID apps.
There are two different types of BigID Apps: Utility and Interactive.
Utility Applications
Utility Applications allow you to run custom code at regular intervals or on-demand. Your custom code will be given a BigID API Token to access data from a BigID system.
Interactive Applications =
Interactive Applications allow you to add additional screens to the BigID user interface. These applications get their authentication information using the BigID UI SDK.