wifidog / wifidog-auth

Repository for the PHP wifidog captive portal auth server
194 stars 121 forks source link

How to implement my own wifidog-auth? #4

Closed moontide closed 9 years ago

moontide commented 9 years ago

Hi,

Sorry for posting here, I don't know where to ask (mailing list is dead, nobody in IRC channel), consider this is a feature request for document.

I want to implement my our own wifidog-auth which can

I can write the web stuffs (JSP), but I don't know how to communicate with wifi-gateway: What/How should I return to the gateway if login is sucessful or failed?

acv commented 9 years ago

The protocol is described here: http://dev.wifidog.org/wiki/doc/developer/WiFiDogProtocol_V1

It's really fairly simple.

moontide commented 9 years ago

Thanks for the document link! Although I've setup basic WPA2-EAP(WPA2-Enterprise/WPA2-RADIUS) authentication/encryption, I still want to implement web-based authentication (just for fun).

sgaseretto commented 7 years ago

moontide, have you succesfully implement the web-based authentication server?

moontide commented 7 years ago

@sgaseretto Sorry, I didn't.

dastathagata commented 7 years ago

moontide, could you please me how did you set up authentication server for WiFidog? I have been facing lots of issue in doing that. I followed the steps mentioned in http://dev.wifidog.org/wiki/doc/install/auth-server