JWT stands for JSON Web Token and represents claims that need to be securely transferred between two parties. JWT token is a light-weight JSON based, URI safe token and claim is a JSON object which is digitally signed with Json…
Category: API Management
Displaying data using Power BI dashboard
In the previous article I have discussed about how to send the logging from Azure Event Hub to a SQL database using Stream Analytics. In this article, I am going to discuss on how to utilize the data to generate…
Adding custom Logging in the Policies for the API using Event Hub
In the previous article, I have explained how we can manage the Web API using Azure API Management. In this article, I would be discussing about adding custom logging for the API using event hub. You can add custom logging…
Manage the Web API using AZURE API Management
In my previous article I have discussed about deploying Web API application into AZURE using Azure Web Deploy. In this article, I am going to discuss about managing the Web API using Azure API Management. Login into the Azure Portal and…
Accessing the Developer Portal
In the previous article we discussed about sharing deployed service through Developer Portal and in this article, we will discuss about accessing the Developer Portal. Accessing the Developer Portal: I have created a dummy user to login into the Anypoint…
Share deployed service through Developer Portal
In the previous article we discussed about deploying the application in CloudHub and in this article, we will discuss about sharing the deployed service through Developer Portal. Share deployed service through Developer Portal: Now that we have created and deployed…
Deploy the application in CloudHub
In the previous article, we discussed about generating application from RAML using Anypoint Studio and in this article, we will discuss on deploying the application in CloudHub. Deploy the application in CloudHub: Now that we have successfully run the application…
Generate application using RAML
In the previous article, we discussed about defining API using RAML. In this article we will discuss about generating application using RAML. Generate application using RAML: Anypoint Studio – It is an…