Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [oauth-2.0]

OAuth (Open Authorization) is an open protocol framework to allow secure API authorization in a simple and standardized way for desktop, mobile and web applications. OAuth 2.0 is the second version of the OAuth protocol.

0 votes
0 answers
7 views

Call Power Automate HTTP Request Trigger in Power BI for data source

In Power Automate I have a HTTP Request Trigger automation set up that generates some data and returns the JSON. When this Power Automate flow is set to 'Anyone' for "Who Can Trigger The Flow&...
cmptrer's user avatar
  • 1,429
0 votes
0 answers
9 views

How does OpenIdConnectEvents get overrided?

below is the source code: https://source.dot.net/#Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectHandler.cs,1288 where await Events.AuthorizationCodeReceived(context); must exchange ...
secondimage's user avatar
0 votes
0 answers
10 views

How to configure Azure APIM enabling to access using oAuth2.0? Call the endpoints through Azure Function in a separate Azure Subscription with token

I have 2 separate Azure Subscriptions, one has APIM and another subscription has Azure Function, This Function is a consumer of APIM endpoints. The Problem Statement: Protect the APIM with OAuth2 and ...
Deepak Shaw's user avatar
0 votes
0 answers
6 views

next-auth & keycloak access token problem and showing wrong user after refreshing page

I have a nextjs 14 project. I use "next-auth": "^4.24.5" and Keycloak for authentication. Recently I have found an odd problem. Somedays it does not happen, somedays it happens a ...
elahe karami's user avatar
0 votes
0 answers
13 views

Enable wildcard redirect_uri and disable code verification

I am using Django OAuth toolkit in a intentionally vulnerable application. I am painting a scenario in which for example I there is a client application with redirect_uri abc.com. I want to show to ...
Johnny's user avatar
  • 1,747
0 votes
0 answers
26 views

OAuth2 access is granted but no IMAP/SMTP for an M365 email address external to my tenant

I created a (trial) azure account purely for the purposes of using oauth2 for signing into Microsoft 365 email accounts. With this I have managed to get oauth2 to work (for IMAP and SMTP), for the ...
coastal's user avatar
0 votes
0 answers
17 views

facing invalid credentials error while implementing oauth2login authentication using microservice architecture through API gateway

I have two services i.e. API-gateway which is running on port 6051 and auth-service which is running on 6052 port. I have added dependency and configuration in auth-service and sets redirect url which ...
Akshay Deshmukh's user avatar
0 votes
1 answer
15 views

How do I setup authentication via multiple IdPs that support OAuth 2.0?

If I have a Spring Boot 3 based application that utilizes Spring Security and Spring WebFlux and is already setup to authenticate and authorize users via IdP1, then how do I enhance this application ...
ducky8592's user avatar
0 votes
0 answers
17 views

Null or Empty scopes when passed to /oauth2/token giving all the scopes. When scopes are passed, getting proper response

Below is my curl. I am firing /oauth2/token endpoint in my Spring Boot security application. So when I give proper scopes in the request body. I am getting same scopes in response as well as in ...
sujith M's user avatar
0 votes
0 answers
18 views

Shopify Customer Account API: "client_id invalid" Error on Authorization Request

I'm trying to implement the Shopify Customer Account API following the Shopify documentation here. I'm currently working on the authorization step, where I need to redirect a customer to the login ...
Dhairya Sehgal's user avatar
0 votes
1 answer
26 views

Implement google login with django

I have a django application in which I want to deploy google login auth. My frontend framework is flutter. After login with flutter in to the google, it sends auth_code received from google to the ...
Emad Helmi's user avatar
-1 votes
0 answers
16 views

How to create refresh token without redirecting user for Authorization Code [closed]

We have multiple products on different domains and we created centralised login system where in background API call goes to central login system and get access token using laravel passport. now we ...
Sanket's user avatar
  • 1
0 votes
0 answers
10 views

Getting AADSTS65001 error (invalid_grant) when trying to refresh access_token for ordinary outlook.com email with valid refresh_token

I'm trying to use the OAuth2 flow to authenticate for IMAP/SMTP usage for various email services (mainly Gmail and Outlook)[1]. Learning from various existing examples, it basically requires ...
Xiyue Deng's user avatar
-1 votes
1 answer
23 views

How to use an OAuth-secured API with a Vue.js client?

Current state I have an app with this architecture: Ruby on Rails application, serving an API using grape, secured with OAuth by gems wine_bouncer and doorkeeper an Angular webapp using angular-...
klues's user avatar
  • 927
1 vote
1 answer
52 views

Integrating AWS Cognito and Azure AD: Allowing access for any Microsoft User even if they are not in the Azure AD?

Okay so my goal was to integrate google and microsoft with aws cognito to give allow users to signup/signin using their google and microsoft accounts. The google one works perfectly but since there ...
Ali Javed's user avatar

15 30 50 per page
1
2 3 4 5
1637