Stephan van Rooij

Results 263 comments of Stephan van Rooij

@mbakhoff it registers a callback on the confidential app builder. That means it will do a call to keyvault every time you call Get token.... https://github.com/Smartersoft/identity-client-assertion/blob/main/src%2FSmartersoft.Identity.Client.Assertion%2FConfidentialClientApplicationBuilderExtensions.cs#L44

Why don't you just include the html in the markdown file like I do [here](https://github.com/svrooij/svrooij.github.io/blob/master/_posts/2021-04-01-generate-flows-from-markdown.md) resulting in the page https://svrooij.io/2021/04/01/generate-flows-from-markdown/ Jekyll doesn't really need the plugin to just show the...

I'm also wondering this. We have the build-in humidity version and it ramps up when we shower, but it does not show up correctly in home assistant.

If you receive a new value for the setpoint you can do: ```cpp slider = round(setpoint * 2.55); ``` The auto-detected fan control in home assistant would also benefit from...

This might also be a metadata issue, since the [docs](https://learn.microsoft.com/en-us/graph/api/intune-apps-win32lobapp-list?view=graph-rest-beta&wt.mc_id=SEC-MVP-5004985#http-request) state that you can do a ```http GET https://graph.microsoft.com/beta/deviceAppManagement/mobileApps ``` to **List** all Win32LobApps, but in fact you have to...

I thought it had nothing to do with Azure Functions, but I'm doing this in an Azure Function, dotnet-isolated dotnet8. Thing it might be that combination then. Will create a...

If you're using Azure AD why don't you use (the better supported) [WS-Federation](https://www.nuget.org/packages/Microsoft.Owin.Security.WsFederation) package? Or Open-ID connect..... I would recommend using this package only if the identity provider doesn't support...

I agree with your comment. Maybe you can create a pull request for it? And make it optional?

> I can't remember where exactly but I did see something about EWS being discontinued pretty soon You’re wrong, they are only discontinuing the basic authentication again EWS in Office...

@bterlson I would really like to see [this](https://github.com/bterlson/strict-event-emitter-types/issues/3#issuecomment-428172244) added to your library. Is someone working on this? @esamattis maybe? Or should I create a PR, and how do you want...