In this article, I am going to discuss on the following topics: Introduction to Azure Key Vault Creating a Key Vault and Secret Registering the application to access Key vault service Accessing the Key Vault Secret from Postman Accessing the…
Tag: MuleSoft
JWT Validation Policy in Mule 4 with Azure AD
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…