damienbod

Results 232 comments of damienbod

Hi @sourishkrout Thanks fr your feedback. I try to answer as best I can, understand. • In the chained example, why is the root ca cert being used as the...

I will add this when updating to version 3 of the FIDO2 lib

A valid access token is returned in the cookie. You could change the flow or the middleware if you want to use the cookie directly, or you could just use...

@johnsonps08 @sonphnt , sorry missed this. No the cookie is http only. If you require an access_token to access an API from a different server, you could use a different...

think this is possible using the connect/token API, will investigate

@cmcfie thanks, I'll have a look into this, but it seems like the server routing is getting hit first and not the client routing. Greetings Damien

Yes https://github.com/damienbod/AspNetCoreCsvImportExport/blob/master/src/AspNetCoreCsvImportExport/Controllers/CsvTestController.cs#L18 Greetings Damien

@VictorioBerra should work for all browsers, but I have not test with safari and IE

You would have to implement a normal GET request with parameters and also set the response to the correct media type. Or you could return all responses as a CSV.

Hi @arunprasathv not public, will add something like this . You would basically do something like this: https://damienbod.com/2020/07/20/using-key-vault-and-managed-identities-with-azure-functions/ then read the bus connection string in. Greetings Damien