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

Allow App Logins #28

Open
stondino00 opened this issue Aug 22, 2019 · 4 comments
Open

Allow App Logins #28

stondino00 opened this issue Aug 22, 2019 · 4 comments
Labels

Comments

@stondino00
Copy link

Can this be used to block ONLY web logins BUT allow application logins from mobile apps from any external IP? If that could be configured, this would be a perfect security feature to build into nextcloud for security.

@kahvis
Copy link

kahvis commented Oct 7, 2020

In the same breath I wanted to ask if it is possible web login password protected shared link ( no user login ) ?

@NoobTroll
Copy link

+1
I wanted booth requests to.

@krzys-h
Copy link

krzys-h commented Jan 21, 2024

It seems like tight now, app access from IPs not matching the list is not allowed at all. Ideally, I'd like to set it up such that only the login procedure requires you to be inside the LAN or using the VPN for an extra layer of security, but then synchronization can continue over public internet. It seems that this works when using a browser, but any apps immediatelly fail with 403 Forbidden once you are outside the local network, even if they were logged in before.

@krzys-h
Copy link

krzys-h commented Jan 22, 2024

It seems that I was wrong and the forbidden requests happen to the web browser too, if you didn't perform any activity for a while. I guess the access token has some validity time, and if it needs to be refreshed, BeforeLoginEvent is triggered even though no actual login is taking place?

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

No branches or pull requests

5 participants