oauth-2.0 Questions

4

I'm referencing another SO post that discusses using refresh tokens with JWT. JWT (JSON Web Token) automatic prolongation of expiration I have an application with a very common architecture where m...

3

Solved

I need to connect to a company API using a PFX file and password using oauth2. I'm not very familiar with using PFX files and not sure how to connect to an API using a PFX file and password. I loo...
Pforzheim asked 2/2, 2017 at 15:26

4

I'm trying to refresh the oauth2 token using ClientOAuth2.Token.refresh() but keep getting the error sometimes: {"error":"invalid_grant","error_description":"Session not active"} This is the reque...
Livvi asked 10/10, 2019 at 9:48

13

I am working with Google Drive File Picker by following this Google Drive File Picker Example demo project. I have generated API Key and Client Id. But when I run the project I am getting following...
Hallvard asked 25/8, 2015 at 13:49

3

Solved

The Scenario I've recently built an API, and have protected its resources using OAuth Bearer Access Tokens. I've used the Client_Credentials Flow, as it will be accessed by clients as opposed to us...
Shiverick asked 11/4, 2017 at 8:28

1

I would like to let my users login with Google on my react web app (secured with Auth0), even if they come from a native app. I did add a social connection for oauth in auth0 dashboard and it's wor...
Papilla asked 10/3, 2023 at 21:19

5

Solved

Am using Laravel Passport to build an API, I removed the web routes and its guard accordingly How can I test user logout? This is what I have so far: Logout Test /** * Assert users can logout * ...
Apterygial asked 5/9, 2019 at 22:47

3

Solved

I want users of my Next.js TypeScript app to grant it permission to manage their Alexa Lists. I figured this would be possible with OAuth2. I figured I'd need to create a button in my website that ...
Submerge asked 8/4, 2023 at 22:34

3

Solved

I am building an Alexa Skill that will implement Account Linking. When a user uses my skill, they would have to use the Alexa App to sign-in. The Authentication UI is set up and managed by Amazon ...

2

Solved

I have currently set up a web-based application, to which I have added an authentication method using oauth2_proxy (with gitlab as authentication provider). What I need to know is if there's way th...
Skinflint asked 15/5, 2017 at 19:7

3

Solved

I am creating a simple SpringBoot application and trying to integrate with OAuth 2.0 provider Keycloak. I have created a realm, client, roles (Member, PremiumMember) at realm level and finally crea...
Quiteria asked 26/9, 2021 at 0:38

3

I'm trying to follow this tutorial to authenticate with Google using their OAuth 2.0 API. However, I would like to make straight curl calls rather than use their libraries. I have obtained my Clie...
Bennett asked 9/5, 2016 at 4:41

1

Solved

Im trying to get Authorization code for send push notifications throug new Firebase cloud messaging API. For this pourpose i need to get OAuth2.0 token. The problem its im only do a REST calls and ...

7

I started to configure google calendar on my new application. I almost made an exact copy of the authentication code displayed at google developers ( https://developers.google.com/google-apps/calen...
Bloem asked 5/4, 2012 at 9:5

4

Currently I'm developing an Angular2 App and want to use a B2C Tenant for authentification. It does not works because I get an error: Invalid issuer in discovery document expected: The setup and ...
Inferior asked 30/10, 2017 at 14:25

3

I'm building a browser app that requires to authenticate with Google using the OAuth 2.0 / JWT workflow outlined in the link. In the scenario of success user authentication with Google OAuth 2.0, G...
Bleacher asked 26/7, 2021 at 4:1

3

With an OAuth2 implementation (either developed in-house, or a 3rd party like Google, Facebook, Login With Amazon, etc.), is it possible to generate an authentication code on behalf of a user logge...
Ibo asked 20/2, 2020 at 6:53

5

Solved

Is storing an OAuth 2 token in cookies bad practice? If so, what are alternatives for a web app?
Durand asked 10/12, 2016 at 14:41

3

I have an app that is written with FastAPI and SvelteKit, both these is running in separate containers, the current solution is Svelte sends the username and password to the FastAPI server, the Fas...
Prosy asked 17/8, 2023 at 12:56

2

I have a Web application that currently uses OAuth2 to authenticate users using their Google accounts. The flow is quite standard: the user logs in to Google, the web app gets a callback, retrieves...
Longfellow asked 25/5, 2018 at 20:6

1

Solved

I've been learning OIDC, especially authorization code flow. The front channel just gets the authorization code, and then sends this to the client's back end code which then makes a back channel ca...
Yearwood asked 26/9, 2023 at 9:56

6

Solved

I don't know what I do wrong, but everytime I tried to obtain the token (after user authentication of course), the result is always Invalid grant_type parameter or parameter missing Possibly relat...
Giefer asked 7/3, 2013 at 11:28

2

In my website I have put up Login with Google, Login with Facebook and Login with Twitter. But if the same user logs in using different providers, ie. the user first logs in using Facebook and th...
Devalue asked 8/11, 2012 at 4:33

4

This request was working a couple of months ago but when we tried again and directly using curl. It now returns an invalid_grant. I been trying to search the documentation, but only see the followi...
Gomez asked 5/8, 2020 at 4:1

3

Solved

I am using UseOpenIdConnectAuthentication middleware for ASP.Net Core application to authenticate against Dells Cloud access manager token provider (setup to provide OpenId/OAuth2 authentication). ...
Misread asked 26/7, 2016 at 23:56

© 2022 - 2024 — McMap. All rights reserved.