It is the only provider for AzureAD. What features are missing and what issues are you having?
w
wet-noon-14291
06/08/2021, 2:37 PM
I'm missing to set it as a Spa type of application. I can use web as workaround but that requires implicit grant.
I've also seen that when I do set
accessTokenIssuanceEnabled
to true I can't set it back to false afterwards which is annoying.
wet-noon-14291
06/08/2021, 2:38 PM
I thought I missed the features of setting API permissions, but that is named
requiredResourceAccesses
in the provider 🙃
wet-noon-14291
06/08/2021, 4:33 PM
A consequence of this is that we can use the msal 2.0 library, which is recommended. Is there a work around that can be used to set it an azure ad app to spa?
wet-noon-14291
06/08/2021, 10:35 PM
So the workaround I ended up with was:
1. Create Azure AD app
2. Authenticate using azure/msal-node
3. Patch the resource using Azure graph api
I know have my azure app configured as a spa.
I also think I know what the problem is with the underlying terraform provider, it looks like it is using the v1.0 API and not the beta version which has a section for spa.
No 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.