Hi Guys,
I’m able to use OpenID connect to authenticate with AzureAD and I’m able to run Azure PowerShell commands in the user’s context successfully. I want to be able to take it a step further and make the dashboard multi-tenant. i.e. Users from different tenants can authenticate with their Azure AD credentials and log in. In theory it should be possible… by enabling the Azure app registration for multi-tenant use:
@adam this also relates to my other post about the openID Connect HTTP500 error. Are there any plans to make UD multi tenant compatible? using a multi tenant Azure application configuration doesn’t seem to work with UD. I’m guessing there’s some deeper logic that needs to be done to account for this (some guidelines can be found in this doc):
I think I’m able to put in an elaborate workaround for my application but it would be really nice and much cleaner to have UD work as a multi tenant application natively.
It’s been mentioned a couple times but it never made it on the roadmap. I’ve added a backlog item to investigate what we need to do. Thanks for providing those docs.