Matthew Kelly

Results 303 comments of Matthew Kelly

So, I've had a crack at trying [Kerberos.NET](https://github.com/dotnet/Kerberos.NET), brought up in #819 by @ittchmh, and using the middleware sample [found here](https://github.com/dotnet/Kerberos.NET/blob/develop/Samples/KerberosMiddlewareEndToEndSample/KerberosEndToEndMiddleware.cs). I can get the library loaded, and seemingly validating...

Had another shot, didn't realise you had to connect via a valid hostname rather than IP address. This time it negotiated with Kerberos rather than falling back to NTLM 😄...

Hey @ittchmh, Yep, definitely possible! You'll need the [Invoke-Build](https://github.com/nightroman/Invoke-Build) module, and then you should be able to run `Invoke-Build Build` from the root of the repo. That will install dotnet,...

The password for `[Kerberos.NET.Crypto.KerberosKey]` that i used was the password for the user running the process, and had rights to AD. I believe I setup an SPN, and didn't have...

Hey @ittchmh, That's amazing work! I'll look to test it as soon as possible 😄 For the last part, with regards to the headers, you can return custom headers from...

Hi @ittchmh, I managed to get some quick time to test the above, and can confirm it worked for me 😄. The only difficulty I had was that it would...

QUIC and HTTP/3 are seemingly still in the draft stage, with only experimental versions of browsers supporting it - so like with ESNI, I would prefer to wait until it's...

Hi @jbaechtelKoala9126, `-ListenerType` missing a description is actually a bug, so I'll fix that one. Do you have any more examples like this one? Because they should all have descriptions...

Hey @mintminttea, I assume you're using Pode's inbuilt [Azure AD](https://badgerati.github.io/Pode/Tutorials/Authentication/Methods/AzureAD/) authentication? In which case the access token that Azure AD returns is also passed to the scriptblock for `Add-PodeAuth`: ```powershell...

I'm not overly familiar with the setup for Azure AD and claims myself, but some people seem to have the same issue with optional claims not being in the access...