Page created: 14 Jul 2021
|
Page updated: 25 Aug 2021
Learn how to deploy PingAuthorize in a sideband configuration with the Mulesoft API Gateway.
Ping Identity provides a custom Mulesoft policy to enable this configuration.
The custom Mulesoft policy acts as the sideband adapter, allowing Mulesoft to be used as the API gateway as follows:
- The client sends an incoming request to Mulesoft.
- The custom Mulesoft policy passes the incoming request to PingAuthorize Server.
- PingAuthorize Server determines whether to permit or deny the request based on policies defined in the PingAuthorize Policy Editor (not to be confused with Mulesoft policies). The server also performs any desired request modifications.
- If the request is permitted, Mulesoft makes the request to the backend resource.
- Mulesoft receives a response from the backend resource.
- The custom Mulesoft policy makes a second API call to pass response information to PingAuthorize Server.
- PingAuthorize Server determines whether to permit or deny based on the backend response. Before the server returns the request to Mulesoft, it also modifies the request based on policies defined in PingAuthorize.
- Mulesoft sends the response to the client.