Questions tagged [oauth]
84 questions
0
votes
1 answer
MS Exchange: How to enable SMTP to use OAUTH2.0 but with basic AUTH disabled
(I have asked this question also on stackoverflow but I now think that this might be a more useful community to ask hence I am also posting here.)
I am trying to know whether it is possible to enable SMTP to use OAUTH2.0, but with basic AUTH…

user663702
- 1
- 1
- 1
0
votes
0 answers
Is there a way to programmatically push to GitHub using an oauth token?
I want to use a bash script to push to a "build repository" for my Symfony app, which can then be deployed directly to a server. I have the following so far:
#!/bin/bash
cd ..
rm -rf api-analyzer-build
git clone…

Mayor of the Plattenbaus
- 121
- 3
0
votes
1 answer
Redirect incoming URL request between basic authentication and openidc in apache
Redirect incoming URL request between basic authentication and openidc. I want to categorize if the request for URL is coming from "wget/curl" then i need it to get authenticated with Basic authentication and if the user input is from browser then i…

Chandu
- 1
- 2
0
votes
1 answer
Configure ADFS to allow access for server application and apply authentication policy
My goal is to delegate authentication from my OIDC Identity Provider (using Identity Server 4) to an ADFS. In ADFS I would like to configure as well that MFA has to be used in that scenario.
According to the docs and my interpretation I created a…

Diego Frehner
- 101
- 2
0
votes
1 answer
HAProxy - Redirect HTTPS for OAuth (Azure)
I need help to solve my issue.
What I want to achieve is
http://abc.contoso.com -> https://abc.contoso.com
(Force redirection HTTP to HTTPS)
My problem is that the URI needed for Azure OAuth 2.0 authorization endpoint doesn’t match.
The accepted…

Emma
- 1
- 2
0
votes
1 answer
How to raise the 100 users cap for GCP OAuth?
I've been trying to setup a "Sign in with Google" button on my WordPress website.
In my GCP console I've setup the OAuth consent screen with all the data necessary, I've submitted the app for verification (twice already) and got an email from Google…

coding-dude.com
- 101
- 1
-1
votes
1 answer
Gitlab OmniAuth multiple gSuite organisations
Is this possibile at all?
I have Google Oauth setup. And gitlab login is working fine with domain where I have created API Keys and added Google+ api service. Now I wanted to login with my personal gmail account and I get this error This client is…

titus
- 414
- 1
- 7
- 17
-1
votes
1 answer
How can I set a url that would work with OAuth?
I have:
a domain hosted outside google (englishcampus.com.br)
a VM instance in Google Compute Engine running an application, with a static IP
a subdomain (erp.englishcampus.com.br) pointing to that VM, which is working fine
But as I'm trying to…

Atila Tini
- 21
- 3
-1
votes
1 answer
Keycloak 16 - can it log OIDC access tokens for Open-ID Connect identity providers?
How can I make Keycloak 16 log the access token, when using an Open-ID Connect identity provider? I need to see what claims the OIDC provider sends to Keycloak.

Lars D
- 282
- 2
- 16