Skip to content
Snippets Groups Projects
  • David (Jointech)'s avatar
    4b284116
    fix(run.sh): logout-redirect-uri now also has trailing / · 4b284116
    David (Jointech) authored
    Due to the NGINX rewrite appending a "/" on URLs, the post-login
    URIs are also given a trailing slash in. This made them invalid.
    Now, clients generated with the init-db command are given
    post-logout-redirects for both with and without a trailing slash.
    Thus redirect after login works correctly now, and doesn't
    bring you to steering-login (but to dashboard).
    
    Fixes meta#94
    4b284116
    History
    fix(run.sh): logout-redirect-uri now also has trailing /
    David (Jointech) authored
    Due to the NGINX rewrite appending a "/" on URLs, the post-login
    URIs are also given a trailing slash in. This made them invalid.
    Now, clients generated with the init-db command are given
    post-logout-redirects for both with and without a trailing slash.
    Thus redirect after login works correctly now, and doesn't
    bring you to steering-login (but to dashboard).
    
    Fixes meta#94