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

authenticate guest one time #10

Open
nextwi opened this issue Jan 27, 2016 · 2 comments
Open

authenticate guest one time #10

nextwi opened this issue Jan 27, 2016 · 2 comments

Comments

@nextwi
Copy link

nextwi commented Jan 27, 2016

Hi all!

The issue i'm trying to resolve is when a guest connect for the first time to a gateway, the auth server has to remember him, so when he come back he will not be redirected to splash page but connected automatically, using this we can optimise UX. I think we should add a verification based on the couple {MAC, GwID} if it returns False then we proceed as a normal, else guest bypass the normal process.

waiting for your thoughts.

@staurasi
Copy link

staurasi commented Apr 8, 2016

I think this would be a great feature. But maybe this is not the right place to ask because I think that the most part of the job has to be done in the gateway. I will ask for this in the gateway repository an propose some ideas.

@gareth41
Copy link

gareth41 commented Apr 8, 2016

For this to happen without splash page showing, a client will need to be authenticated (firewall opened) before they finish dhcp, otherwise they will get the splash page as soon as they have finished dhcp, eg iPhones. You will need some method to get the clients ip and Mac before they finish negotiating dhcp, the best way I can find is to implement a dhcp server in wifidog and attempt authentication using clients Mac on receiving the a dhcp request packet from client, then reply with dhcp ack after trying authentication.

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

3 participants