Questions tagged [oauth]
84 questions
1
vote
0 answers
Use Gitlab oauth service for Nexus3
I've a brand new Nexus Repository Manager version 3.6.1 and a Gitlab 10.0.3. I'ld like to use Gitlab as a oauth provider for authentification (I'm already doing that for Jenkins & SonarQube). Seems it was possible with a plugin for Nexus 2, and…

Rémy
- 286
- 1
- 2
- 8
1
vote
1 answer
GitLab and OAuth to Azure AD
I've been tinkering with GitLab and Azure ActiveDirectory with OAuth and allowing AD users to connect to GitLab accounts. This is set up and works just fine. However, GitLab won't create users for AD users on the first login - they have to create…

Ross
- 111
- 4
1
vote
1 answer
NextCloud as Oauth Provider
I've noticed that in some of the current versions of NextCloud that there is an admin menu option for adding Oauth 2.0 clients. Doing so gives you a Client ID and a Client Secret as you would expect as well as taking in a redirect URL. Now the…

Jake Hewitt
- 31
- 1
- 5
1
vote
0 answers
Nginx proxy for OAuth2 validation
I have an own OAuth2 provider where you can ask for a token and validate it. I want to protect my REST API (resource server) with OAuth2, so, in every single request, the access token must be validated, against OAuth2 server.
I have been doing this…

Héctor
- 187
- 1
- 4
- 15
1
vote
1 answer
Jenkins login using GitHub Authentication failed being administrator
I was setting up authentication mechanism for our organization jenkins, which had no security mechanism, "ananoumos" can do anything, delete jobs,build etc.
I did
Install github-oauth jenkins plugin
In my https://github..com/
a. OAuthApplication…

sandejai
- 131
- 1
- 6
1
vote
2 answers
How to install the PHP OAuth Extension on Amazon Linux
In order to connect to QuickBooks from my PHP application, I need to install OAuth. I was following these instructions (substituting yum for apt-get) but after the first line
sudo yum install gcc make autoconf libc-dev pkg-config I see:
No package…

Tomaso Albinoni
- 113
- 1
- 5
1
vote
0 answers
request hangs if made over domain
I have an app where a user can login using github. When I log in, the app hangs for about one minute. This is the log
Started GET "/" for 177.97.171.165 at 2013-08-11 15:26:01 +0000
Started GET "/sessions/new" for 177.97.171.165 at 2013-08-11…

Luiz E.
- 111
- 6
1
vote
1 answer
Error installing OAuth on CentOS 6.0
I'm not sure what to do here cause I'm getting the same type of error overall as i try to install oAuth on this cloud slice. I'm not sure what to do but I would think that I need to update or reinstall the ? yum ? or um.. well here is what I have…

Quantum
- 75
- 2
- 12
1
vote
1 answer
Error installing php extension OAuth by pecl, please help me
I'm trying to install the php extension OAuth in my centos 6 linux server. php.net suggests it's super easy. You just run
pecl install oauth
I tried this, and here is the output in terminal:
[root@www extensions]# pecl install oauth
WARNING:…

boo
- 11
- 2
1
vote
5 answers
Controlling access to my API using SSH public key (not SSL)
I have the challenge of implementing an API to be consumed by relatively non-technical clients -- pasting some sample code into their WordPress or homegrown PHP site is probably as much as we can ask. Asking them to install SSL on their servers…

Tom Harrison Jr
- 575
- 1
- 6
- 16
1
vote
2 answers
How do I install PHP with JSON and OAuth on Mac Snow Leopard?
I want to use the Dropbox API via this library, http://code.google.com/p/dropbox-php/.
I installed MAMP, and then I tried
sudo pecl install oauth
but I got the following.
>>>> downloading oauth-1.0.0.tgz ...
Starting to download oauth-1.0.0.tgz…

meilas
- 119
- 3
1
vote
5 answers
Error installing php extension OAuth via pecl
I'm trying to install the php extension OAuth in my local environment. php.net suggests it's super easy. You just run pecl install oauth. I tried this, and here is the output in terminal:
(Update: I updated MacPorts per the suggestion, and have…

PJ.
- 203
- 1
- 4
- 10
1
vote
0 answers
migrating several accounts from office 365
I need to migrate our mail service from office365 to a local mail server. In the past I did use imapsync to do mail migration but with office and it's ouath2 authentication mecanism I am stuck.
I have mainly two big problems, how to automate the…

Wodel
- 51
- 1
- 5
1
vote
0 answers
Google cloud OAuth api verification
We submitted our Google cloud OAuth api verification on 21-Nov-2022 and seeing the same status "Verification in progress" for long time.
There is no way to contact support about this inquiry. Is there a way to check if there is something wrong with…

Ariel Shlahman
- 11
- 2
1
vote
0 answers
what's wrong with my setup on google Oauth? and what is my next action?
I received an email saying Verification Not Required from Google Cloud Platform.
I have confirmed ownership and refused to use the icon, so I received your email as above.
However, there are still user restrictions in the google cloud console, and…

agnes hn
- 11
- 1