OIDC Configuration of authentication in native for Google OAuth

0
Can anyone explain me how to configure in Google Cloud Platform the Callback URI for native mobile app? I've tried with all of those values listed below but the error was always the same: "The request failed because one of the field of the resource is invalid."   makeitnative://localhost:8080/oauth/callback makeitnative://localhost/oauth/callback makeitnative://oauth/callback   According with the documentation on https://docs.mendix.com/appstore/modules/oidc/ I see on chapter 5:   Register the following callback URLs: https://<your-app-url>/oauth/v2/callback makeitnative://<your-app-url>/oauth/callback   The first one is accepted with no error (es. http://localhost:8080/oauth/v2/callback) but the second seems not good in GCP, I always get this error "The request failed because one of the field of the resource is invalid."   Thank you, Alex T
asked
1 answers
0

Try replacing the localhost:8080 with the local IP address of the machine your are running Studio Pro from.

answered