Q:
Is Redirect URI just the address to where the signer is redirected after signing the request?
A:
Please refer to:
OAuth 2.0 Authorization Framework
Redirect access authorization flow (Access Authorization API)
Redirect corporate access authorization workflow
Q:
While requesting the endpoint:
PUT /corporate/v2/authorize/<access_id>
we encounter the following error ("code":"error.parameter.invalid","description":"Redirect URI is missing in your configuration. Please contact support to update it."):
response body: {"group_header":{"message_identification":"07efe7522df21681","creation_date_time":"2025-06-11T10:00:05.667524866Z","http_code":400},"error":{"request":{"url":"/v2/authorize/d5fb9b09-[redacted]-b739b05dc7db"},"failures":[{"code":"error.parameter.invalid","description":"Redirect URI is missing in your configuration. Please contact support to update it."}]}}
How to configure our redirect URI?
A:
Please refer to:
Corporate Access Authorization FAQ
How to use the 'Edit App' function