Charles Lowell

Results 90 comments of Charles Lowell

I like this idea, thanks for implementing it! My main concern about the API is that `Sign` and `Public` send HTTP requests but can't have a `Context` parameter as required...

> I thought of passing the context to the `SignerForKey` method as a workaround, although I agree that it's not ideal. If you do have a better idea, I'd be...

> At least having the `Public()` method could be of use, for a lot of scenarios IMHO. Do you want me to open a separate PR for that part? Sure....

This appeared on our list of stale PRs today, and we discussed your `Public()` method. We want to learn more about how, and how often, customers would use it before...

You call the credential's `GetToken` method. `azidentity` uses the Azure AD v2 endpoint, so you would request a token for the v2 scope `/.default`, which has the same permissions as...

Not today, but we intend to enable that. I created #15599 to track it.

This is blocked on https://github.com/AzureAD/microsoft-authentication-library-for-go/issues/284 because it requires calling into WAM (related: #17388).

Blocked on https://github.com/AzureAD/microsoft-authentication-library-for-go/issues/263

AzureCliCredential simply execs the CLI, which then gets a token from whatever tenant it's logged in to. That means there's nothing special about this case for the credential: it just...

We're waiting on https://github.com/AzureAD/microsoft-authentication-library-for-go/issues/31 for ADFS support, so I've given this a better name and moved it to the backlog.