I need to use a string like this: "<value>SharedAccessSignature sr=servicebus&sig=secret==&se=16249999999&skn=RootManageSharedAccessKey</value>
In API Management policy but I am unable to do this because the policy does not recognize the format. How can I fix this?
I need to be able to set a literal string in the policy so the policy does not consider the format of the string.
I need to use this string in a header to authorize against Service Bus.