microsoft / kiota-authentication-azure-go

Kiota authentication provider implementation with Azure Identity
https://aka.ms/kiota/docs
MIT License
5 stars 3 forks source link

Finish CAE implementation work #13

Open baywet opened 2 years ago

baywet commented 2 years ago

The current continuous access evaluation implementation returns an error when presented with a challenge, and will never be presented with a challenge to begin with. This is because of gaps in the azure identity library at the moment. https://github.com/microsoft/kiota/issues/1179

TODO:

12

sebastienlevert commented 7 months ago

@baywet am I right to assume this is completed?

baywet commented 7 months ago

no, it looks like we're unblocked from Azure Identity's side, but we've never completed the work here. https://github.com/Azure/azure-sdk-for-go/issues/14931