Azure-sdk-for-go: graphrbac: support the replyUrlsWithType property for Applications

Created on 26 Jun 2020  路  5Comments  路  Source: Azure/azure-sdk-for-go

Feature Request

Looking at the Azure Portal when configuring reply/redirect URLs for applications, it makes use of the replyUrlsWithType property of the application resource, available with v2.0 of the API. This property is undocumented.

How can we get support for this property, as it's seemingly the only way to create different types of reply/redirect URLs and will fill a large gap in support for different types of applications?

Implementing this would be a _huge_ enabler, as it is currently the canonical way to set the new redirect URIs for applications, given that MS Graph support is currently lagging behind here.

Relevant portal blade

Screenshot 2020-06-26 02 29 43

Add a platform

Screenshot 2020-06-26 02 30 25

Add an SPA redirect

Screenshot 2020-06-26 02 31 17

Resulting API query

Screenshot 2020-06-26 02 32 39
Screenshot 2020-06-26 02 33 31

Payload

PATCH /myorganization/applications/0ee8ac26-20f5-4da4-abd8-4b504785782b?api-version=2.0

{"id":"0ee8ac26-20f5-4da4-abd8-4b504785782b","replyUrlsWithType":[{"type":"Web","url":"http://unittest.hashicorptest.com"},{"type":"Spa","url":"https://blah-spa"},{"type":"InstalledClient","url":"https://blahnative"}],"logoutUrl":null,"oauth2AllowImplicitFlow":false,"oauth2AllowIdTokenImplicitFlow":false}
ARM - RBAC Service Attention customer-reported feature-request

Most helpful comment

Highly interested in this since its preventing anyone from using terraform to automate the creation & management of single paged AD applications that use the PKCE oauth2 flow.

All 5 comments

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @armleads-azure.

Highly interested in this since its preventing anyone from using terraform to automate the creation & management of single paged AD applications that use the PKCE oauth2 flow.

@armleads-azure any updates?

Bump

@armleads-azure @ArcturusZhang Any updates on this?

Was this page helpful?
0 / 5 - 0 ratings