tall-sandwich-14901
09/19/2022, 7:34 PMconst appReg = new azuread.Application("app", {
displayName: "name",
identifierUris: [`${baseUrl}/${self.applicationId}`]
})
Would something like self.applicationId
be possible?little-cartoon-10569
09/19/2022, 8:04 PMtall-sandwich-14901
09/19/2022, 8:06 PMlittle-cartoon-10569
09/19/2022, 8:08 PM${baseUrl}/name
be better, and more human-usable?tall-sandwich-14901
09/19/2022, 9:02 PMlittle-cartoon-10569
09/19/2022, 9:16 PMtall-sandwich-14901
09/19/2022, 9:35 PMlittle-cartoon-10569
09/19/2022, 9:53 PMtall-sandwich-14901
09/19/2022, 10:21 PMlittle-cartoon-10569
09/20/2022, 7:53 PMapi://{Subdomain}.<http://example.com/{Azure|example.com/{Azure> AD AppName}
.api://{hostname}.{domain}/{pathToApp}
or even just {appUri}
.tall-sandwich-14901
09/20/2022, 8:26 PM