Skip to main content

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.

-1 votes
0 answers
7 views

How to Implement OAuth for a Bot-Based Message Extension App in Microsoft Teams for Graph API?

I have created a bot-based message extension app using the Teams Toolkit and need to call the Microsoft Graph API, which requires OAuth implementation. So far, I have created the app in the Teams ...
XDeveloper's user avatar
0 votes
0 answers
14 views

Unable to fetch access token and refresh token from google OAuth2.0 using the authorized code

I'm trying to get the access token and refresh token from google oauth2. Let me take you through one step at a time until I got the error. What I'm trying to do is straight out of documentation ...
satya ashok dowluri's user avatar
0 votes
0 answers
6 views

Firebase - Notification push - Oauth2 - 401 invalid authentication credentials - Symfony

I'm currently trying to create a micro service to push notification to devices. I'm using Firebase messaging and now we need to use their last API. It use Oauth2, i tried with Postman to make a push ...
Kevin Guillier's user avatar
0 votes
0 answers
11 views

.Net Email client Application with office 365 accounts

I'm currently integrating SMTP services in my application. I must state that I don't have any experience with Azure. My customers have different email providers and I allow them to configure their own ...
MSantos's user avatar
  • 53
-2 votes
0 answers
16 views

Why OAuth does not respond access token in IOS [closed]

I use react native to create my mobile app and I use Microsoft login. In android device login is success and respond the accessToken but in ios device login is success but does not respond any ...
Dev KSY's user avatar
0 votes
0 answers
14 views

How to update the OAuth 2.0 scope permissions in linkedin developer portal from w_member_social to rw_organization_social

I want to change the scope and not getting any info. How to update it from w_member_social to rw_organization_social? I have tried talking to linkedin support they told me to check in stack overflow; ...
Bhargav Gembali's user avatar
0 votes
0 answers
16 views

oauth2-proxy `/oauth2/auth` returns 401 on valid JWT tokens

I'm using nginx to do an auth check against oauth2-proxy using the auth_request directive. Auth0 is my upstream authentication provider. Auth0 has a machine-to-machine JWT authentication API ...
David Parks's user avatar
  • 31.6k
1 vote
1 answer
26 views

Spring Boot OAuth2 is redirecting to IDP on each unauthorized request

I have made an OAuth2 configuration in Spring Boot. It also works, especially when I make get requests via the browser URL and I am not yet authenticated, I am redirected to the IDP, I can log in and ...
original_1887's user avatar
0 votes
0 answers
32 views

Is my ASP.NET Core 8 Web API endpoint respecting OAuth 2.0 standards?

I'm working on an ASP.NET Core 8 Web API to serve as an Auth API using OAuth 2.0 for our company's software. Here's the flow: when a user selects "Connect with [Company Name] account" in a ...
ArguablyADumbass's user avatar
-1 votes
0 answers
19 views

Cloud Functions + Nodemailer + Oauth2 just accessToken

I have a Google Cloud Functions using Nodemailer and I need to send emails using the Gmail API. I need to authenticate using the service account and, from there, generate an accessKey. I would like ...
Thiago Novato's user avatar
0 votes
0 answers
47 views

Problems trying to connect Excel to a WebAPI in Azure

I'm trying to call some protected API's from excel but there is no way I can fix the error: url: invalid_resource:AADSTS500011: The resource principal ...... was not found in the tenant named ..... I'...
Marian Cr's user avatar
0 votes
0 answers
26 views

Spotify api calls with flutter authorization problem returns PlatformException(CANCELED, User canceled login, null, null) even though user logs in

am using oauth2_client below is the authorization code Future<void> authorizeUser() async { try { AccessTokenResponse? accessToken; SpotifyOAuth2Client client = ...
Shristy Thapa's user avatar
0 votes
1 answer
26 views

How to have two users in same OAuth/OpenId Connect App instance? Like Manager override user?

Trying to discover the appropriate path in an OpenID Connect/OAuth 2 environment to have what amounts to a second user in the same app to approve an option. Use Case: Cashier is logged into web-based ...
reallyJim's user avatar
  • 1,346
0 votes
0 answers
10 views

Quasar login with google

I need help implementing Google login for a Quasar app, but I can't find any relevant documentation or information online. Could someone assist me? I have successfully implemented OAuth 2 for a web ...
Vlăduț Teodor's user avatar
0 votes
0 answers
7 views

Customizing template while implementing login with Google oauth in Django

When I press the "Login with Google button", I want to go straight to the Google login screen, but I have to press the “Continue” button in the picture below to proceed. Does anyone know a ...
최은택's user avatar

15 30 50 per page
1
2 3 4 5
1636