Skip to main content

Questions tagged [redirect-uri]

The tag has no usage guidance.

redirect-uri
0 votes
0 answers
60 views

fastAPI OAuth2 redirect failing with error "Auth ErrorTypeError: Failed to fetch"

I'm trying to implement a simple fastAPI system which requires OAuth2 with authorization-code flow. In a router, I've configured OAuth2 scheme in route.py like, # OAuth2 configuration oauth2_scheme = ...
PRAVIN LOHARE's user avatar
0 votes
0 answers
85 views

React Native Google Sign-In Issue: Authorized Redirect URIs Configuration

I am trying to implement a Google Sign-In feature in my React Native app, where users can log in with their Google accounts instead of creating a new one in the app. I have been struggling with this ...
Caio Lagreca's user avatar
0 votes
0 answers
39 views

React Native Expo Azure Authentication Custom Redirect URI not Working on Android Expo Go App

The custom redirect URI works fine on iPhone Expo Go, but on Android Expo Go, it gets stuck after entering credentials and clicking the Microsoft sign-in button. Even though I'm using the same ...
Sharon's user avatar
  • 1
1 vote
1 answer
34 views

Does OAuth 2.1 require to configure every single frontend path as a valid redirect_uri?

Probably a very generic question: Does OAuth 2.1 require configuring every single frontend path as a valid redirect_uri? See: https://oauth.net/2.1/ Redirect URIs must be compared using exact string ...
Moritz Schmitz v. Hülst's user avatar
0 votes
1 answer
721 views

How do I fix the Access blocked: Authorization Error (Request details: redirect_uri=http://web/market/social-auth/complete/google-oauth2/)?

ERROR MESSAGE: "You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy for keeping apps secure. You can let the app developer know that this app doesn't comply ...
Geoffery Quansah.'s user avatar
0 votes
0 answers
61 views

Gitlab self-hosted application redirect URI not working

I have been given access to a gitlab self-hosted instance of a team, that is hidden behind a VPN. In order to setup my work, I have created a proxy server (which is deployed in a VM that is connected ...
Nick's user avatar
  • 3
0 votes
0 answers
58 views

azure adb2c password reset redirect uri fails

I have asp.net MVC 4.8 application and user Azure ADB2C. I could not get custom policy B2C_1A_PASSWORDRESET to work. Then I tried to use user flow B2C_1_PASSWORDRESET and formed b2cResetPasswordUrl by ...
hercul1017's user avatar
1 vote
0 answers
273 views

google oauth with nextjs

I've tried following numerous tutorials for this, and it seems like something that should be very straightforward. However, I am consistently getting either invalid_request or redirect_uri_mismatch ...
Misha Krul's user avatar
0 votes
0 answers
83 views

How to develop an OAuth2 client plugin in joomla

I'm developing a plugin for a component. this plugin needs to request datas from rest API and for doing it needs OAuth2 authentication. As you probably know, after the authentication you will be ...
Lorenzo Giovannini's user avatar
0 votes
0 answers
145 views

Is using http://localhost as redirect URI safe for SSO authentication with MSAL in electron app?

I have created a electron app and need to integrate O365 login in it,every blog or video I see everyone is referring to redirect URI as http://localhost but to me it seems a concern using this in ...
Harshita Jain's user avatar
-1 votes
1 answer
439 views

PHP Shopify App redirect_uri "Oauth error invalid_request: The redirect_uri is not whitelisted" Issue

I am facing an issue where the app works fine in local environment. However, when I deployed the shopify app on fly.io, I started facing an issue: "Oauth error invalid_request: The redirect_uri ...
Saqib Rashid's user avatar
0 votes
0 answers
53 views

In qnetworkauth of QT framework, how to not open redirect uri in browser after authentication done

I am developing desktop application using oauth2 protocol of qnetworkauth. The authentication with authorization server is quite good. But after authentication done, the loopback redirect uri 127.0.0....
minhlv's user avatar
  • 1
1 vote
2 answers
2k views

redirect_mismatch error / no auth code after updating callback URL for Cognito app client

I've done the below: I've created a new user pool with 1 app client. I've set the callback URL of my app client to https://my-domain/oauth2/idpresponse I've added Okta as a SAML identity provider ...
Ebikeneser's user avatar
  • 2,326
0 votes
1 answer
123 views

How to get past Google's OAUTH2 verification for desktop apps

I have set up a new Project and Client ID for use by a new 'desktop' application, which now needs authorization. Actually, the 'desktop' application is a batch process on a headless Linux server in ...
Dennis 's user avatar
  • 1,120
1 vote
3 answers
495 views

Why is Android giving my Flutter app twice as options to handle the redirect URI when I only specified one entry for it in AndroidManifest.xml?

I am running my app in release mode. Here is my AndroidManfiest.xml: <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.gmail.joelc0193....
Joel Castro's user avatar

15 30 50 per page