Client ID Metadata Document (CIMD) workflow
Configuring Client ID Metadata Document (CIMD) inbound support lets an instance accept an external OAuth client that's identified by a metadata document URL, without storing a client secret for that client.
Before you begin
Role required: oauth_admin, mi_admin, admin
About this task
CIMD gives you a faster, lower-friction way to bring an external OAuth client onto an instance. Instead of entering every client detail manually, you point the instance at the client's metadata URL, and the platform fetches the configuration.
You stay in control of which clients connect. An instance doesn't accept clients on its own — you register each CIMD client before it can connect. CIMD makes registration easier and, in Live mode, keeps the client's configuration current. It doesn't remove the registration step.
When you register a CIMD client, you select how the instance keeps the client's configuration up to date:
- Live (Dynamic)
- For fully trusted clients. 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), not on every use.
- Static (Manual)
- For pre-approved clients. The ServiceNow AI Platform uses the initial configuration captured during onboarding. No automatic updates are made afterward.
About this task
Procedure
What to do next
For details on configuring a client, see Configure a CIMD client.