/sessions/externalAuthorizeFDA - Authorize an Approval
This call triggers a redirection for a user when approving an Approval. It sends the user to an authentication service provider for authentication, and then redirects the user depending on whether the authentication was successful.
End-point
GET | /sessions/externalAuthorizeFDA |
Query string parameters
Field | Description |
---|---|
|
A string with the URL where users are redirected after successfully logging in. |
Possible response
HTTP status | Description |
---|---|
200 |
The operation completed successfully |
401 |
There is no session or the session is invalid |
Response body
Field | Type | Description |
---|---|---|
|
- |
Not applicable |
Additional information
If the user can be authenticated with a company's authentication service provider, the user will be redirected to the URL given in the query string parameter. If the user cannot be authenticated, the user is redirected to the login page and receives an error message.