vaulttec/atlassian-auth-spnego

Add support for enforcing auto-login for URIs with query string parameters

tjuerge opened this issue · 1 comments

JIRA redirects to /login.jsp?*os_destination=* if a user isn't logged-in already. But the URI /login.jsp is excluded from auto-login to allow manual logins.

So we need an option (include.uris) to skip URIs with certain request parameters (e.g. /login.jsp?*os_destination=*) from being excluded.

Confluence redirects to /login.action?*os_destination=* as well.