Get an authorization codeget https://mfa.akamai.com/api/v1/idp/oidc/authorizeThis operation authenticates and authorizes the user. You need to make this request from the browser.Query Paramsrequest_uristringA one-time use reference to the stored authorization request.client_idstringThe integration identifier for your Akamai MFA OIDC integration.Responses 302After successful authentication, the browser is redirected to the callback URL stored in the authorization request. 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