This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
Should we allow other types of authentication than only DefaultAzureCredential
when retrieving potential expired client secrets?
#155
Unanswered
stijnmoreels
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we only use the
DefaultAzureCredential
class to authenticate and retrieve potential expired client secrets. This includes environment credential, managed identity credential and others but not (for example) other types like token credential.Should we support this? Or is that not necessary since managed identity is the recommended approach?
Beta Was this translation helpful? Give feedback.
All reactions