Configure a CIMD client
Register a Client ID Metadata Document (CIMD) client so that the instance accepts inbound OAuth requests from a client identified by a metadata document URL. You can fetch the client's configuration from its metadata URL or enter the details manually.
Before you begin
Role required: oauth_admin, mi_admin, admin
To fetch the configuration automatically, you need the client's CIMD metadata document URL.
About this task
You can register a CIMD client in two ways:
- Fetch the configuration from the metadata URL
- The instance retrieves the client's metadata document and populates the client fields for you. Use this method when the client publishes a CIMD metadata document.
- Enter the configuration details manually
- Provide the client fields yourself. Use this method when you want to enter or adjust the details by hand.
Each CIMD client also has a metadata sync mode that controls how the instance keeps the client's configuration current:
- 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.
Procedure
Result
The CIMD client is registered and appears in the CIMD Registered Clients list. The instance accepts inbound OAuth requests from the client, validating the request against the client's metadata each time the client initiates a flow.