Move SAS generation into core from the various services
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
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.
not in scope as we want to move towards passwordless auth methods