Hello all, I am working with an AzureAD.Applicatio...
# general
f
Hello all, I am working with an AzureAD.Application (https://www.pulumi.com/docs/reference/pkg/azuread/application/). I need to set the Web RedirectUris property to something like: "msal{id}://auth", where id is the actual provider-assigned unique ID for this managed resource (in that case, the Application (client) ID). The Web property is read-only. @billowy-army-68599 @tall-librarian-49374 is this actually possible?
Also, is there a way to create an Application (client) Secret for that resource from pulumi?
t
The example on the docs page that you linked shows setting
RedirectUris
. What am I missing?
f
@tall-librarian-49374 I need to use the resource ID to set the value for one of the RedirectUris, but the resource ID is not available until after the resource is instantiated / created.
t
Doesn’t the ID have a predictable format so that you could compose it even though it doesn’t exist yet?
f
@tall-librarian-49374 no, it's a guid generated by azure.
t
Ah I see. Sorry now I realized I haven’t read your original message in full.
I don’t know the answer unfortunately
😢 1