Managed Identity Support - How To, Until Lib supports it. #235
Replies: 3 comments
-
The ServiceClient handles S2S Token Caching and supports 2 forms of token caching for User PW flows... either in Memory or File. If you want to use other token caching processes, currently, you need to use external auth and implement the caching mechanic of your choice. Regarding Managed Identity and automatic certificate rollover flows (SubjectName Auth), we do want to add support for those in the future but have yet to work though the issue related to them. As both of those flows have a strong Azure dependency, and have behavorial differences between various Azure hosts, we would like to deal with them as AddOn packages for the ServiceClient vs built in feature. |
Beta Was this translation helpful? Give feedback.
-
Absolutely and with the library story is still being in so much flux at the moment it's totally understandable. Just thought I'd register the interest in our bold secretless future and help any others that want to give it a go today :) |
Beta Was this translation helpful? Give feedback.
-
Moved to Show/Tell section of discussions for easier access. |
Beta Was this translation helpful? Give feedback.
-
It's fairly trivial^ to hook up Azure.Identity in code, but it'd be nice if the connection string supported managed identity directly.
^ I'm not sure this handles token caching correctly
Beta Was this translation helpful? Give feedback.
All reactions