get OpenID authorization code request

get

/ccadmin/v1/openid/authzCodeRequest

Get OpenID authorization code

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getOpenIDAuthzCodeRequest_response
Type: object
Show Source
Example Response (application/json)
{
    "authz_code_request_dst":"https://cx-tenant02.identity.example.com/oauth2/v1/authorize?client_id=3eec13c77e92421eac9ecf87fbea3b16&response_type=code&redirect_uri=http://localhost:9080/occs-admin/sso-login.jsp&scope=openid+profile+email&code_challenge=eWhR0..mq4lyYqbqDbwrIGpADYcM9pg4mO0U29MsDysKE26J.WhdqiTUxT1xrIDkxwxGIeVBIQHxckfn34XeV7GJ2eqVFj&code_challenge_method=plain&response_mode=form_post&nonce=3183229f-63d9-4a57-904c-10613d69eea7"
}

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |52301|Internal Error.|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top