Hey
I can't authenticate via FB in the captive portal, this is what I'm getting:
2022-01-02 16_16_44-Log på med Facebook.png
Is the FB OAuth API broken or ?
/Peter
Hey
I can't authenticate via FB in the captive portal, this is what I'm getting:
2022-01-02 16_16_44-Log på med Facebook.png
Is the FB OAuth API broken or ?
/Peter
Started Youtube Channel, Have a question about Untangle Ask me : jason @ jasonslab.ca
https://www.youtube.com/c/jasonslabvideos << Please like and subscribe, helps me out !!
Last edited by bndt206; 01-02-2022 at 01:45 PM. Reason: Update
Looks to be the callback/redirect from FB to https://auth-relay.untangle.com/ that doesn't work.
Looks like the Facebook APP that untangle has for the Oauth part is disabled or need more information to be activated again.
So yes it is broken and Untangle Staff need to act.
Nothing you can do on your end.
https://graph.facebook.com/1840471182948119
{ "category": "Business",
"link": "https://www.untangle.com/",
"name": "Network Login",
"id": "1840471182948119" }
Last edited by WebFooL; 01-03-2022 at 03:12 AM.
A bug has been created. Most likely FB has changed the API.
Attention: Support and help on the Untangle Forums is provided by
volunteers and community members like yourself.
If you need Untangle support please call or email support@untangle.com
It might be as easy that you have to "accept" new terms on your Facebook app.
So the Facebook account where the "Network Login" application is register.
There is where you want to start looking.
Still not working.
Is it going to be fixed anytime soon?
Don't do this!
but if it is critical for you to make it work again.
I have my own facebook app for this..
So what you can do is to
This will modify the handler.py and pickpage.html to use my facebook untangle.nu app instead.Code:cd /usr/share/untangle/web/capture sed -i 's/1840471182948119/157885037580757/g' pickpage.html handler.py
When Untangle INC fixes there facebook app you can restore with:
Again don't do this as it is not supported etc etc.Code:cd /usr/share/untangle/web/capture sed -i 's/157885037580757/1840471182948119/g' pickpage.html handler.py
might be that i had modifed more then just that.. (looks like i am going to another redirect)
So this might not be working with https://auth-relay.untangle.com/ scripts.
So again don't do this :-)
Last edited by WebFooL; 01-08-2022 at 06:26 AM.
Attention: Support and help on the Untangle Forums is provided by
volunteers and community members like yourself.
If you need Untangle support please call or email support@untangle.com