Applications with Management SDKs
If you wish to learn more about Applications in general, visit our section on Applications.
This guide goes over how you can install and use our Management SDK in your backend, to control your Applications. This can include creating/deleting applications, 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.