dazzling-gigabyte-42983
10/21/2022, 8:25 AMvar serverApplication = new AzureAD.Application($"{prefix}-{appName}", new AzureAD.ApplicationArgs
{
SignInAudience = "AzureADandPersonalMicrosoftAccount",
SinglePageApplication = new ApplicationSinglePageApplicationArgs
{
RedirectUris = "<http://localhost:4200/>"
},
DisplayName = "Azure AD Example Server",
IdentifierUris =
{
$"api://{prefix}-{appName}"
},
Api = new AzureAD.Inputs.ApplicationApiArgs
{
RequestedAccessTokenVersion = 2,
},
});
I'm trying to delegate the token to another backend API.
ThanksNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by