Apps: Difference between revisions

From BigID Developer Portal
(Undo revision 85 by Bigid (talk))
Tag: Undo
No edit summary
Line 1: Line 1:
{{Special:PrefixIndex/Help:Subpages/}}
== BigID Apps ==
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 [https://retool.com Retool] to create low-code BigID apps.
 
{{#ev:vimeo|525771513||center|Introduction video to the BigID App Framework}}
 
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 [https://www.npmjs.com/package/@bigid/app-fw-ui-sdk BigID UI SDK].
 
{{Note|Learn about our app developer curriculum on the [[Apps/AppDev Classes|AppDev Classes]] Page}}

Revision as of 15:27, 2 March 2022

BigID Apps

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.

Introduction video to the BigID App Framework

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.

Learn about our app developer curriculum on the AppDev Classes Page