Great video! Do you happen to have an example of how I could authenticate using an azure application?
@skunklabz4 жыл бұрын
Hey thanks for watching. Authenticate what type of Azure application? And authenticate to where?
@seanknox73214 жыл бұрын
Authenticate to a website that using Is Aad auth. I need to be able to test from multiple personas which means I’ll need to connect from multiple clientids.
@skunklabz4 жыл бұрын
@@seanknox7321 That's a good question but I don't know from the top of my head. It sounds like you would need to set up a rest call to retrieve auth token from AAD and then use it in your calls during each test. Similar to what they have in this example: docs.microsoft.com/en-us/azure/storage/common/storage-auth-aad-app BUT... I've never done it before. Maybe in another video?