You may contact me at any time using the following contact form. I am committed to respond to any questions in the shortest time.
[123-contact-form i1342705]
Dan Patrascu-Baba
Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Latest posts by Dan Patrascu-Baba (see all)
- Configuration and environments in ASP.NET Core - 25/11/2019
- GraphQL in the .NET ecosystem - 19/11/2019
- A common use case of delegating handlers in ASP.NET API - 12/11/2019
Buna ziua,
Am primit de la colegii dvs. de la Microsoft un email legat de un curs pe care urmeaza sa il tineti in martie. In mesajul colegilor dvs. durata cursului e de 2 zile: 28-29 martie.
Pe site apare ca fiind de o zi: 28 martie. Imi puteti spune care e informatia corecta?
https://www.microsoftevents.com/profile/form/index.cfm?PKformID=0x1659651mGg0&PKprofileId=0x19628350eYCl
Multumesc,
Dragos Viulet
Hi dragos,
As I see it, you worked a lot on Ocelot. But would you have worked on Ocelot with IdentityServer as an identity provider? if so, could you help me achieve that, I have some difficulty implementing that.
thank you,
Hi Adolphe. My name is Dan, not Dragos 🙂
Thank you for your question. I wrote an article on Ocelot and Identity Server 4. You can find it here.
Hope it helps
Watching your videos on Youtube(Building an eShop w/ ASP.Net Core / Blazor) and first thanks for making this series.
That said your videos could be 5 to 10 minutes shorter if you’d use a couple of VS in-built shortcuts!
https://www.youtube.com/watch?v=JhxC-K-Eehg
I have a general question on Ocelot API. In my solution, I see that the authentication service is called for each and every api call that I make. Once authenticated and the JWT token is still valid, why is ocelot calling the authentication api for every api that is called? Is it supposed to be that way? (When I troubleshoot I can see that the authentication controller is being called by every downstream API call) I posted this question on many forums and unfortunately no-one responded yet. Is there a user forum for ocelot api that you know of. Thank you so much for your help.