Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I know this .Result is a very bad idea (converting from async to sync) #2

Open
todo bot opened this issue Nov 23, 2020 · 2 comments
Open

I know this .Result is a very bad idea (converting from async to sync) #2

todo bot opened this issue Nov 23, 2020 · 2 comments

Comments

@todo
Copy link

todo bot commented Nov 23, 2020

// todo: I know this .Result is a very bad idea (converting from async to sync)
// however there's no other way to do this, signing key resolver doesn't have a
// async version of this method, they are looking into it though
// https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/468
var key = services.BuildServiceProvider().GetRequiredService<IKeyResolver>()
.ResolveKey(kid).Result;


This issue was generated by todo based on a todo comment in 5d71b85 when #1 was merged. cc @fossapps.
@github-actions
Copy link

Stale issue message

@github-actions
Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant