Questions tagged [oauth]

17 questions
6
votes
2 answers

How do I use OAuth from an Ubuntu Touch app?

I'm writing an Ubuntu Touch application in QML. I'd like to integrate with Trello. There are two ways to log into Trello in the API, one of which is OAuth, which I plan on using. What is the best way to do this from QML? I'd prefer not to use a C++…
iBelieve
  • 5,434
3
votes
0 answers

Cannot add any online account besides google

When I'm clicking on Facebook in Online accounts I get Could not load generic-oauth plugin, please check your installation Searching this error has lead me no where. I have a problems with all other account types besides google (that one works).…
FooBar
  • 735
3
votes
0 answers

Oauth 2 in kmail in ubuntu 16.04

I am trying to connect gmail using kmail from Ubuntu 16.04, but it is not connecting. After doing google search I came to know that, gmail using oauth 2 for authentication of desktop app. Is there a way I can use oauth in kmail for gmail in Ubuntu…
Apurba
  • 1,438
3
votes
0 answers

FreshBooks Online Account

I'm developing an application that connects to FreshBook's API. I can either integrate the account authentication process within my application, or I can develop an Online Account that could be used by other application developers. I've looked at…
3
votes
1 answer

trying to install oauth pecl extension

I'm trying to install the pecl oauth package with PHP 7.2 and don't know what I'm doing wrong. I ran this: sudo pecl install oauth and it seemed to work. It said this: Build process completed successfully Installing…
raphael75
  • 423
2
votes
2 answers

How to add online accounts behind transparent Squid proxy?

I am behind a transparent proxy (squid) and whenever I try to add an account e.g: facebook, google, etc., this is what appears. This does not happen when I connect to the net directly. Any suggestions or workarounds?
2
votes
1 answer

GNOME Control Center freezes when trying to add a Gmail account

I want to add a Google account on my gnome-control-center online-account. The popup OAuth window for connecting GNOME to Google loads the first page (email), but when I validate, the window freezes and I can't enter my password and validate the…
1
vote
0 answers

Oauth is installed but not working

I have installed ouath but it is not appearing on phpinfo So that i checked following things: Configuration File (php.ini) Path /opt/lampp/etc Loaded Configuration File /opt/lampp/etc/php.ini php -m => When i type this oAuth…
passion
  • 11
  • 1
1
vote
1 answer

.htaccess causes 500 Error

I am trying to use the Rewrite Engine in Apache. This is my .htaccess Options +FollowSymLi2nks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php [QSA,R=301,L,NC] I don't…
1
vote
2 answers

Using Online Accounts to authenticate against my server

In my Ubuntu QML app I'm trying to use online accounts in order to authenticate against my server. I'm a little confused as to how I should go about doing this. Ultimately I want the user to be able to login with their facebook/google/ubuntu one…
1
vote
1 answer

Kubuntu 22.03 access to "Online Accounts" on "System Settings" freezes the "Web authentication for google" window while trying to authenticate

You can reproduce this issue by opening System Settings at Plasma Desktop main menu. On the left panel you will find the Online Accounts section and a button to add a new account. Click on that button and then the Google option. An authentication…
1
vote
0 answers

oauth enabled mail checker?

My institution has recently forced all mail clients to use oauth (namely, xoauth2 for MS Exchange). I use mutt as a mail client, and I've reconfigured it to use it, but I'm missing a piece in my mail workflow: a mail checker/notification program. As…
1
vote
1 answer

How to install oauth2-helper?

I need to install oauth2-helper on Ubuntu 18.04. Any idea how to do this? I looked for directions.I am having trouble getting a token back from Google OAuth2, and I am hoping to ensure that my code is not causing the issue.
0
votes
1 answer

Python3 MAAS API

Once again I'm trying to figure out how to query MAAS with python ... I have the following in the config file ... # /etc/maasinv/maasinv.ini [maas] apikey = FbT9S6S9B3U7y38HKZ:NotRealNunyaNunya:randomkeyblahwhatever url = http://
0
votes
1 answer

Ubuntu 14.04 online accounts integration

I can't find any documentation on integration oauth2 services to ubuntu online accounts. Trying to add http://vk.com support. Chosen facebook plugin as example. Here is documentation https://vk.com/dev/auth_mobile
Kybarg
  • 1
1
2