Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files accessible after logout/login in same browser session #89

Open
michielbdejong opened this issue Oct 27, 2023 · 5 comments
Open

Files accessible after logout/login in same browser session #89

michielbdejong opened this issue Oct 27, 2023 · 5 comments

Comments

@michielbdejong
Copy link
Member

Expected:
The folder should not be accessible
Actual:
The folder is accessible

I'm setting up our dev environment to reproduce this; would be good to try if it also happens when using a private browsing tab, and to see what the values of the session variables are (maybe install MFA Checker for this in the dev setup)

@michielbdejong
Copy link
Member Author

michielbdejong commented Oct 27, 2023

I'm now trying to rebuild a dev env starting from an older version of this repo -> pondersource/dev-stock#50

@michielbdejong
Copy link
Member Author

I'll try this out using:

docker exec -it sunet-ssp-mdb mysql -u root -pr00tp@ssw0rd
use saml;
select * from users;

I think I reproduced the issue!
After clicking "log out", I'm not actually logged out and it still shows MFA verified:
Screenshot 2023-10-30 at 16 48 53

however if I open a new session in a private browsing tab then I do correctly see the MFA Zones as inaccessible:
Screenshot 2023-10-30 at 16 47 50

@michielbdejong
Copy link
Member Author

So based on that observation, I think we're safe!

@michielbdejong
Copy link
Member Author

@mickenordin and [Richard Freitag (?)] what do you think?

@mickenordin
Copy link

mickenordin commented Oct 31, 2023

Ok, that is a good observation, I can reproduce the behaviour. How come the mfa provisioning is not triggered though, so I can give a second factor?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants