Anonymous
My feedback
-
11 votes
Anonymous shared this idea ·
-
49 votes
Sorry for the previous confusing status. We are not planning to allow Azure AD B2C users to have access to powerBI. We are however starting work to enable audit data from Azure AD B2C to be surfaced through PowerBI.
An error occurred while saving the comment -
379 votes
Currently, you can use “App Registration” blade in the Azure Portal (outside of the Azure AD B2C blades) to register an apps that define application permission and the register apps that use client credentials to request these. The caveat is that this is done using the same mechanism that you’d use in regular Azure AD.
Ideally we’d have a first class experience for this in the Azure AD B2C blades or at least have an Azure doc that walks you through the experience I just summarized, so I’m leaving this feature ask open.
It would be great if you guys can add comments with your feedback. What scenarios areyou trying to achieve? Does the approach above help you achieve what you want to achieve? Does the experience to do so work for you guys and if not, what would you like to see?
Anonymous supported this idea ·
-
57 votes
Thanks for the valid suggestion. Your feedback is now open for the user community to upvote which allows us to effectively prioritize your request against our existing feature backlog and also gives us insight into the potential impact of implementing the suggested feature.
An error occurred while saving the comment Anonymous commented
This is making it impossible to create an automation schedule as well, because the start time needs to be in the future (by at least 5 minutes)
{
"type": "Microsoft.Automation/automationAccounts/schedules",
"apiVersion": "2015-10-31",
"name": "[concat(parameters('automationAccountName'), '/Nightly Run 2')]",
"dependsOn": [
"[resourceId('Microsoft.Automation/automationAccounts', parameters('automationAccountName'))]"
],
"properties": {
"startTime": "2019-06-16T02:00:00-05:00",
"expiryTime": "9999-12-31T17:59:00-06:00",
"interval": 1,
"frequency": "Day",
"timeZone": "America/Chicago"
}
},Anonymous supported this idea ·
-
222 votes
We do have some capabilities in this space by using either Access Reviews (https://docs.microsoft.com/en-us/azure/active-directory/governance/manage-guest-access-with-access-reviews) or the newly-released-to-preview Entitlement Management feature (https://docs.microsoft.com/en-us/azure/active-directory/governance/entitlement-management-overview).
If neither of those fulfill your requirements, please add a comment with your scenario for the feature to help us prioritize and design it better.
/Elisabeth
Anonymous supported this idea ·
Seems like such a no brainer to be able to use PowerBI in customer portals using B2C. Why not support this?