Submit an authorization requestpost https://mfa.akamai.com/api/v1/idp/oidc/parThis operation returns a short-lived, one-time use reference to the stored authorization request.Body Paramsclient_idstringrequiredlength ≥ 1The integration identifier for your Akamai MFA OIDC integration.noncestringlength ≥ 1Prevents replay attacks by binding the ID token to the original request via a one-time-use value.redirect_uriurirequiredCallback URL where the authorization code should be sent.requeststringrequiredlength ≥ 1JSON web token (JWT) that you generated for the request. See API workflow to learn how to generate the token.response_typestringenumlength ≥ 1Type of response expected from the authorization server. The value code is the only supported response type.codecodeAllowed:codestatestringlength ≥ 1The state parameter prevents CSRF and should match in request and redirect.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200Successful response. 400Bad request. The server couldn’t process the request due to malformed or missing parameters. 401Unauthorized. Integration ID is invalid or missing. 403Forbidden. The server understood the request but refused to process it. 404Not found. Requested resource not found. 415Unsupported media type. Content type not supported. 500Internal server error. Unexpected error occurred on the server.Updated about 1 month ago