Results 38 comments of Robin Beismann

Yes, you need to set the `Access-Control-Allow-Origin` Header according to the URL you're accessing from. Are you hosting your JS Files at Pode or on another Webserver?

I think it would make sense to drop this completely and have it handled by IIS on Windows instead, this avoids having too much Windows only code and uses builtin...

I guess if you'd want to implement it cross-platform, then it'd need to utilize keytab files like apache does with Kerberos.

> Hello, > Can this solution work without generating keytab file? > Thank you No, this solution is platform agnostic, meaning it needs a common way to be able to...

Ah, if I set `-Hostname "auth.demo.system32.blog"` and omit the -RedirectUrl Parameter it works. Would it make sense to somehow honor the `X-Forwarded-Host` Header for this? Like if it is set,...

I'll create a pull request tomorrow. 👍 I found another thing that I'd need to use it as Forward Auth Proxy for another application, which is the ability to set...

Hey @Badgerati, I just tried your example also (which in the end does the same as mine) and figured out that it works on PowerShell 7.x but not on PowerShell...

Hey @Badgerati, sorry, didn't get around earlier. I just figured out that Pode actually errors out when re-importing a route it already has (which effectively happens for me): ` Provider...

I actually worked around it with -ErrorAction SilentlyContinue for now, but I could raise a PR with a larger Parameter Set when I find time.