Working with Apps
App creation and management #app
One of the main features of the Finlex cloud platform is extension capability using apps. any organization on the Finlex Platform can use the app to connect and interact with the platform via REST API.
App Registration
As an admin account of your organization, you can register a new app via the admin management tab > app
. Once the app is registered successfully you can get both app-id
and generate secret-key
from the app view page.
RBAC and access management
Finlex Cloud Platform API supports granular authentication scopes. Admin user can grant or reduce access scope of the app via app management panel.
Removing app
Apps can be removed via app management panel. Once an app is removed all related access token is get invalidated ⚠️
Updated over 1 year ago