How to configure wild card or custom domains in redirect uri in google OAuth 2.0
Asked Answered
H

0

2

I'm using Google API for integrating google drive for upload/download/get/create files and folder functionalities with C# Web API 2.0. I want to configure wild card or custom domains in redirect uri as my application support custom domain for each and every customer. Each time when customer register with my application they can generate their own custom domain for example:-

Customer 1 Application URL: https://abc-myapplication.com Customer 2 Application URL: https://xyz-myapplication.com

How can I dynamically add redirect uri or can I add wild card redirect uri like https://*-myapplication.com?

enter image description here

Huffish answered 20/7, 2020 at 13:43 Comment(1)
Does this answer your question? How to deal with arbitrary amount of redirect URIs?Pauper

© 2022 - 2024 — McMap. All rights reserved.