Thom van den Akker

Results 54 comments of Thom van den Akker
trafficstars

That did not give me a whole lot of progress, I have had to remove the data protection stuff because it errored with the exact same problem, I do not...

I use the ```cs options.AddEncryptionCertificate(encryptionCertificate); options.AddSigningCertificate(signingCertificate); ``` overloads. That cryptoconfig returns ![2022-09-20 19_05_39-IPMWebsite (Debugging) - Microsoft Visual Studio](https://user-images.githubusercontent.com/14359461/191320859-f301b452-890f-433e-9ca6-489a5188fe03.png) but that is not in the docker. So how would I log...

Inside Docker on my server this prints an empty line (when just print `x` by using `Console.WriteLine`) so I'm assuming it's NULL

I have no clue what assembly trimming means but if you refer to this then yes: ``` RUN dotnet publish "NextLevel.Auth.csproj" -c Release -o /app/publish \ -r linux-x64 \ --self-contained...

Let's hope the images fit on my registry because that makes them quite a bit bigger now

Alright, short of the fact that my production app attempts to talk to localhost now that did it 🤣 Next time I'll just leave the docker file they give me...

This does depend on whether or not your OIDC backend solution supports this prompt, but if it follows the OIDC specification then it should

My domains are completely random as they are user defined. I thought about providing an endpoint to load the `OidcTrustedDomains.js` file but that is out of the picture because this...

These domains are used to feed my Traefik instance to set up dynamic routing for these domains, so I do have them stored in a database, as you can see...

Maybe we could just support this and mention it in the README, but with a disclaimer saying it's not recommended and should only be used "if you know what you're...