Azure / azure-sdk-for-cpp

This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
MIT License
177 stars 126 forks source link

Add ContinuousAccessEvaluation #5934

Open RickWinter opened 3 months ago

RickWinter commented 3 months ago

Add CAE support in C++.

### Tasks
- [ ] Modify BearerToken policy to handle CAE
- [ ] Add options for token requests
- [ ] Update credentials to do the right thing with options
- [ ] Add protocol for token requests
- [ ] Seperate token caches to not cache CAE with non-CAE
### Tasks
- [ ] Add Client to test feature, ARM?
ahsonkhan commented 1 month ago

This feature is blocked on MSAL support for CAE in C++