APIGEE Redirect URI in case of Native App

payalgilda
Participant I

I have registered an app on APIGEE with redirect uri as

myapp://abc_xyz_ios_callback (custom URI scheme).

I am passing same redirect URI in the request for generating authorization code.

While tracing the service, I can see in response, it is giving broken redirect uri 302(myapp:?code=6SBfFBW1).

0 1 341
1 REPLY 1

Hmmm, that's frustrating.

How do you configure the API proxy to set the redirect location?

Often this is done with an AssignMessage policy. Have you used AssignMessage? Can you show the configuration ?