Safely Hide Application Property In Mule 4

Safely Hide Application Property In Mule 4   In this tutorial we will demonstrate how can we safely hide the application property as well encrypted property which is defined using secure property placeholder Safely Hidden Property: CloudHub supports safely hidden application properties, in which the name of the property is visible in Anypoint Runtime Manager,…

Share this:
Read More

IP Whitelist

IP Whitelist   IP Whitelist policy allows a list or range of IP addresses to access and interacts with a configured API endpoint. To Start with we will create an mule application and connect it with API manager – please see how we can connect the mulesoft application to API Manager After deployment in Cloudhub…

Share this:
Read More

IP Blacklist

IP Blacklist   IP Blacklist policy controls access to a configured API endpoint from a single IP address or a range of IP addresses. To Start with we will create an mulesoft application and connect it with API manager – please see how we can connect the mulesoft application to API Manager After deployment of…

Share this:
Read More

Basic Authentication – Simple

Basic Authentication – Simple   Basic authentication is simple and most widely used authentication mechanism in HTTP based services or APIs. The client sends HTTP requests with the Authorization HTTP header that contains the word Basic word followed by a space and a base64-encoded string username:password . For example, to authorize as username/password the client would send below HTTP header…

Share this:
Read More

Basic Authentication – Client ID enforcement

Basic Authentication – Client ID enforcement   Basic authentication – Client ID enforcement is simple and most widely used authentication mechanism in HTTP based services or APIs. The client sends HTTP requests with the Authorization HTTP header that contains the word Basic word followed by a space and a base64-encoded string username:password . For example, to authorize as username/password the…

Share this:
Read More

Authenticate Salesforce Using OAUTH 2.0

Authenticate Salesforce Using OAUTH 2.0   In this tutorial we will demonstrate how can we Authenticate Salesforce Using OAUTH 2.0 OAuth 2.0 is an open protocol that authorizes secure data sharing between applications through the exchange of tokens. For client application to access REST API resources, it must be authorized as a safe visitor. To…

Share this:
Read More

Consume SSL api or service

Consume SSL service Consuming a HTTPS SSL service need a different HTTP requester configuration Most of the time we have seen below error while calling the SSL service This happen when we doesn’t add the endpoint’s SSL certificates to our MuleSoft trusted store For this use case we will call our earlier SSL service https://localhost/ssl-service…

Share this:
Read More