Update a CIMD client
Update a registered Client ID Metadata Document (CIMD) client, including switching the metadata sync mode between Live and Static.
Before you begin
Role required: oauth_admin
About this task
After a CIMD client is registered, you can update its details or change how the instance keeps the client's configuration current by switching the metadata sync mode:
- Live (Dynamic)
- The ServiceNow AI Platform refreshes the client configuration dynamically from the Client ID metadata. The metadata is cached and re-fetched when the cache expires (default 1 hour, set by Cache lifespan).
- Static (Manual)
- The ServiceNow AI Platform pins the manually entered values and makes no automatic updates.
The sync mode you select determines which fields you maintain:
- Switching to Static requires the Client URI, Redirect URL, and Response Types values, because the ServiceNow AI Platform no longer fetches them from the metadata.
- Switching to Live lets the ServiceNow AI Platform fetch the Client URI, Redirect URL, and Response Types values from the Client ID metadata, so you don't maintain them manually.
Procedure
Result
The CIMD client is updated. If you changed the sync mode, the instance applies the new mode the next time the client initiates an authorization flow.