azure-sdk-for-cpp icon indicating copy to clipboard operation
azure-sdk-for-cpp copied to clipboard

Move SAS generation into core from the various services

Open gearama opened this issue 1 year ago • 1 comments

Describe the bug we have SAS tokens in mutiple places. It would be a good candidate for Azure::Core we should look into moving it there. We need to keep in mind the various permission enums , service enums etc . look into either template or parameters etc.

Exception or Stack Trace Add the exception log and stack trace if available

To Reproduce Steps to reproduce the behavior:

Code Snippet Add the code snippet that causes the issue.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Setup (please complete the following information):

  • OS: [e.g. iOS]
  • IDE : [e.g. IntelliJ]
  • Version of the Library used

Additional context Add any other context about the problem here.

Information Checklist Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

  • [ ] Bug Description Added
  • [ ] Repro Steps Added
  • [ ] Setup information Added

gearama avatar Mar 11 '24 21:03 gearama

Which services that we support currently use SAS tokens for authentication? We should be cautious in moving things to core that may not be as forward looking compared to other auth mechanisms.

ahsonkhan avatar Mar 18 '24 18:03 ahsonkhan

not in scope as we want to move towards passwordless auth methods

gearama avatar Jun 04 '24 21:06 gearama