Announcement
Collapse
No announcement yet.
Facebook Oauth, is it working?
Collapse
This topic is closed.
X
X
-
-
Originally posted by bndt206 View PostHey
I can't authenticate via FB in the captive portal, this is what I'm getting:
[ATTACH=CONFIG]11456[/ATTACH]
Is the FB OAuth API broken or ?
/Peter
-
-
Looks to be the callback/redirect from FB to https://auth-relay.untangle.com/ that doesn't work.
Comment
-
-
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.
{ "category": "Business",
"link": "https://www.untangle.com/",
"name": "Network Login",
"id": "1840471182948119" }
Last edited by WebFooL; 01-03-2022, 02:12 AM.
Comment
-
-
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 [email protected]
Comment
-
-
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.
Comment
-
-
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
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:
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, 05:26 AM.
Comment
-
-
Originally posted by bndt206 View PostStill not working.
Is it going to be fixed anytime soon?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 [email protected]
Comment
-
-
Originally posted by jcoffin View PostWe are working with Meta to reinstate our FB app. Once they re-enable it, it will start working again. No NGFW software change needed.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 [email protected]
Comment
-
-
Comment