I am trying to add an OAuth2 service to my Azure Api Management service (consumption plan) but the Authorization code grant flow redirect uri is being set to null/signin-oauth/code/callback/{name}
On the "Add OAuth2 service" tab I set the name and id of the oauth2 service (in this example its "test1")
The auto generated redirect uri is then set to null/signin-oauth/code/callback/test1
I know what the redirect uri should be - https://{my-api-management-service-name}.developer.azure-api.net/signin-oauth/code/callback/test1
. When calling this I get a server not found error. So it looks like it's not being set up.
It seems to work on anything other than the consumption plan.