Skip to content

v1.6.7

Choose a tag to compare

@BetaHydri BetaHydri released this 22 Jul 14:14
· 12 commits to main since this release

Fixed

  • Standalone WindowsAd mode showed no login form and returned HTTP 500
    (Cannot bind argument to parameter 'User' because it is an empty string).
    The protected /ui routes were incorrectly flagged with -Login. In Pode a
    -Login route allows anonymous GET so it can render a sign-in page, so /ui
    executed with no authenticated user ($WebEvent.Auth.User empty) and crashed
    before redirecting to the login page. The -Login flag now applies only to
    the dedicated /ui/login routes; 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.