I want to generate User Delegation SAS Token to read the Azure BLOB I know we have to follow below step to get it.
- Get the oAuth Token from Azure Ad
- Generate user delegation key using oAuth Token
- Generate SAS Token using user delegation key
I am able to find the Rest service for step 1 & 2, I don't find any Rest service for step 3.
Is any Rest service is available to get the SAS Token using user delegation key
Thanks in Advance.
I am able to generate the delegation key and now I want to get SAS Token by using this user delegation key.
Note :- I have to use only Rest service for it