Submit an authorization request

This operation returns a short-lived, one-time use reference to the stored authorization request.

Body Params
string
required
length ≥ 1

The integration identifier for your Akamai MFA OIDC integration.

string
length ≥ 1

Prevents replay attacks by binding the ID token to the original request via a one-time-use value.

uri
required

Callback URL where the authorization code should be sent.

string
required
length ≥ 1

JSON web token (JWT) that you generated for the request. See API workflow to learn how to generate the token.

string
enum
length ≥ 1

Type of response expected from the authorization server. The value code is the only supported response type.

Allowed:
string
length ≥ 1

The state parameter prevents CSRF and should match in request and redirect.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json