v1.6.7
Fixed
- Standalone
WindowsAdmode showed no login form and returned HTTP 500
(Cannot bind argument to parameter 'User' because it is an empty string).
The protected/uiroutes were incorrectly flagged with-Login. In Pode a
-Loginroute allows anonymous GET so it can render a sign-in page, so/ui
executed with no authenticated user ($WebEvent.Auth.Userempty) and crashed
before redirecting to the login page. The-Loginflag now applies only to
the dedicated/ui/loginroutes; the protected routes keep plain
authentication and redirect unauthenticated visitors to the login form.
Upgrade
Re-extract this release over C:\Install\CrossForestOfflineJoin-main (or your
runtime folder) and restart the service. No configuration changes are required.
Browse to /ui - you should now be redirected to the sign-in form.