I have portal login page which is developed by PHP and there is in another side free radius server run into Ubuntu machine the authentication occurred by MySQL database and every thing go fine when registered user trying to access the internet, he must insert username and password. after that this user will authenticate using a free radius server. now I want users to be able to log in using google apps where I can insert users there . I installed the google authenticator in ubuntu machine and it can generate QR code successfully , but how can I use it . in another word , I have g suit account and domain where I can insert the users who can log in to my captive portal . how can I do that and why I must use google authenticator because I don't know how can I using it in my system because google authenticator only generate QR code that means every body can log in to my portal and I don't want that I hope I explained my problem clearly
Captive portal login using google apps
907 Views Asked by Abobaker EngIt At
1
There are 1 best solutions below
Related Questions in FREERADIUS
- Freeradius V3 meta-attributes. Check item attributes
- Freeradius nas.sql table field description
- rlm_eap error running freeradius in openwrt
- How to change Freeradius3 default port(auth1812 & Account1813)
- Multiple secrets per IP for radius client
- Freeradius : Specifying Number of DB Connection Handles to be made
- Kamailio SIP Server Connection to Radius Server?
- freeradius doesn't start when use init.d
- create a load balancer and radius authentication under linux
- Linux, LDAP, Radius
- Cant send http post requests from freeradius using Rlm_python module
- Freeradius server does not reject user
- FreeRadius with Samba 4 using NTLM
- Captive portal login using google apps
- Why user password look different in debug mode and insert to sql
Related Questions in GOOGLE-AUTHENTICATOR
- Extract OTP Key using regex
- Two Factor Google Authentication not matching the codes on the server- ASP.Net MVC
- Google Authenticator for iOS Missing Files
- Token image in Google Authenticator or FreeOTP
- TokenResponseException: 401 Unauthorized
- How do I add Google-Authenticator to a second phone/tablet (my backup 2FA) for Google-Accounts
- Bigquery could not get default credentials
- Google Authenticator show title in app entry
- Captive portal login using google apps
- how to use django 3 with django-otp to send token sms using SMS service provider for user verification and redirecting to password reset form?
- Trait 'Illuminate\Foundation\Events\Dispatchable' not found
- Is there a Google authenticator API
- Google authentication - TOTP to check remaining seconds
- Google Authenticator Multi-part (TOTP) login implementation for CakePHP
- How to get OTP token for an existing user in django using django-two-factor-auth
Related Questions in CAPTIVEPORTAL
- Captive portal login using google apps
- Captive portal flow Android 11
- Setting up a Captive Portal for Android Reverse Tethering with Gnirehtet
- DHCP Captive portal using scapy
- CaptivePortal not working in custom Android Oreo System
- How to Get Captive portal redirect URL form webview with Wifi Connection?
- How to intercept captive portal URL via powershell?
- Is there any method to let Windows think I'm always connected to Internet?
- Captive Portal for Android Phone
- Auto-accepting Wifi ToS captive portal via octopi-wpa-supplicant.txt on headless Raspberry Pi 4 for OctoPrint
- Apple CNA not showing Facebook Style Sheet (Captive Portal)
- 'disallowed_useragent' error on captive portal
- Android captive portal after login redirection
- use captive portal page on android as normal web page?
- iOS Captive Network Assistant (CNA) does not load on some iPhones
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I hope I have understood your question correctly. Basically, you want to authenticate the user in Freeradius by using google authenticator.
You can't directly pass the QR code to Freeradius but you can do is once the user is authenticated using QR code on the web you can generate unique username and password based on QR code session and insert that values into radcheck and pass same username and password in the authentication request.
This is very generic approach to social media authentication on captive portal using Freeradius