Managing with SDKs
This guide goes over how you can install and use our backend Management SDK to manage your Federated Applications. This can include creating/deleting Federated Apps, as well as changing their configuration.
Install SDK
Import and initialize Management SDK
Load All Applications
Load all Applications.
Load a Specific Application
Load an Application by ID.
Create OIDC Application
Create a new OIDC Application with the given name. Application IDs are provisioned automatically but can be explicitly configured if needed. Both the name and ID must be unique per project.
Update OIDC Application
Update an existing OIDC Application with the given parameters.
Note
All provided parameters are used as overrides to the existing application. Empty fields will override populated fields.
Create SAML Application
Create a new SAML Application with the given name. Application IDs are provisioned automatically but can be explicitly configured if needed. Both the name and ID must be unique per project.
Update SAML Application
Update an existing SAML Application with the given parameters.
Note
All provided parameters are used as overrides to the existing application. Empty fields will override populated fields.
Delete an Application
Delete an existing Application.
Note
This action is irreversible. Use carefully.