Anyone got some hints on creating my own AzureAD p...
# azure
d
Anyone got some hints on creating my own AzureAD provider? I’ve done this before - just by setting the tenant/clientid/clientsecret values of the AzureAD.ProviderArgs(), but now when I use the same code (months later) I’m getting this: System.ArgumentNullException: [Input] Pulumi.AzureAD.ProviderArgs.MetadataHost is required but was not given a value (Parameter ‘MetadataHost’)
Solved. I put metadataHost = “” in the provider args - solved it.