Rolling Back
If for any reason CIAM needs to be turned off again for a given environment type:
- Set
CIAM_integration_environment_<ENV>_enabled = falseinCIAMIntegrationConfigValuesvariable group. - Re-deploy the instance(s) with
Updatestrategy. The pipeline will inject the “disabled” placeholders (Enabled = false, Options = [], emptyUserProvisionerblock) in OAuth.config and OAuthServer.Plugins.json. As a result the instance will use no CIAM integration on OAuth Server configuration. - (Optional) Disable or delete the corresponding CIAM application manually.
The repository changes in OAuth Server transformations can stay in place they are automatically adjusted according to the CIAM_integration_environment_<ENV>_enabled flag and do not enable CIAM by themselves.
If you want to remove the configuration, you need revert the commit with transformations in SDE, make sure to run a CI and deploy pipelines after that to clean up the CIAM configuration from the instance.