Hi
Anyone has experience to integrating to AzureAPI OAUTH --
While we can se the client id and client secret code how do we provide the following ?Authorization: Bearer {AccessToken}
x-ms-date: {Generated RFC 1123 Date}
Like
2 comments
18:52 Mar 26, 2025
Hello Sarangarajan,
As we understand, you want to specify an additional header besides Bearer in the service request. If so, you can do this by simply adding the header in the web service settings.
You may find more information in the "Set up the REST web service integration" article.
Best regards,
Anhelina!
18:58 Mar 26, 2025
In the above case x-ms-date: {Generated RFC 1123 Date} -- value need to be current date and time in RFC 1123 format -- that how do we set it up
Show all comments