Questions tagged [oauth2-proxy]

64 questions
0
votes
1 answer

How to authenticate multiple Azure Apps against oauth2_proxy in Kubernetes

I have two independent apps: First app is deployed in Kubernetes cluster behind oauth2_proxy. The second app is deployed in Azure App Service. Both apps authenticate user against Azure Active Directory using oauth2 flow. I'd like to use the Access…
0
votes
1 answer

OKTA: Validating clientId and clientSecret for OIDC configuration in Okta

I want to test the Okta clientId and clientSecret provided by customer for OIDC configuration in my application. The only API I see helpful is the token API ({issuerURI}/oauth2/default/v1/token) but this API requires the admin to create a custom…
Sumit Jindal
  • 363
  • 1
  • 7
  • 17
0
votes
1 answer

quay.io OAuth2 Proxy: Setting Bearer token to Authorization Header

What I want to do Calling an URL which is proxied by the oauth2 proxy. The oauth2 proxy should perform an authorization code flow in case no authentication is available. In case there is already an authentication available, the access token should…
Yannic Bürgmann
  • 6,301
  • 5
  • 43
  • 77
0
votes
0 answers

How to pass authenticatedEmailIds to helm chart stable/oauth2_proxy?

I am installing the following helm chart https://github.com/helm/charts/tree/master/stable/oauth2-proxy using the command helm install --name authproxy \ --namespace=ingress \ --set config.clientID= \ --set…
1 2 3 4
5