Oracle Access Manager (OAM) OAuth Rest API To Create A New Identity Domain Fails "Mandatory param not found. Entity - IdentityDomain, paramName - name."
(Doc ID 2943412.1)
Last updated on APRIL 19, 2023
Applies to:
Oracle Access Manager - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
Using an OAuth Rest API to create a new Identity Domain fails "Mandatory param not found. Entity - IdentityDomain, paramName - name."
Oracle Access Manager (OAM)
Using the OAUTH REST API, following the documentation:37.2.1 Creating an Identity Domain
Example
Post | curl -i -H 'Content-Type: application/x-www-form-urlencoded' -H 'Authorization:Basic =<VALUE>' --request POST http(s)://<FQDN_OAM_SERVER>:<PORT>/oam/services/rest/ssa/api/v1/oauthpolicyadmin/oauthidentitydomain -d '{"name":"<DOMAIN_NAME>","description":"<DESCRIPTION_VALUE>"}' |
Returns: |
HTTP/1.1 404 Not Found Mandatory param not found. Entity - IdentityDomain, paramName - name. |
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |