salopensource / sal

Modular reporting for Endpoints
Apache License 2.0
212 stars 64 forks source link

Authentication expiration issue #271

Closed jokdbx closed 6 years ago

jokdbx commented 6 years ago

I am tracking an issue in the following scenario:

Note: I am seeing this with sal-saml, and will be confirming if I see this also without it.

Possible fix: update the decorator here from @login_required to some versions of @permissions_required(<someperms>,raise_exception=True) where rather than send the ^load_plugin urls to the login page, it would just return a 403 (and cause, hopefully the exponential backoff to happen from the javascript side of things).

TODO:

jokdbx commented 6 years ago

The issue is specific to saml. I'll be moving this issue to sal-saml...