azure-active-directory

Can Azure AD (work) accounts be used with Azure B2C? Is that a bad idea? [closed]

这一生的挚爱 提交于 2021-02-07 20:50:30
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . Improve this question I need to support work accounts (or school accounts) with AzureAD B2C. I already have an existing base of Facebook clients and Google. However, when I configure the Microsoft endpoint, I only get the liveID option. Is there a way to use a custom B2C signup

Does/Will Entity Framework 6 support the new Sql Azure & Azure Active Directory Authentication

坚强是说给别人听的谎言 提交于 2021-02-07 20:43:34
问题 Does EF 6 support this method for authentication and if so what is the installation process and nuget packages to make it work? https://azure.microsoft.com/en-us/documentation/articles/sql-database-aad-authentication/ 回答1: It looks like EF6 will support this without any changes, as it "only" requires .Net 4.6, the Microsoft Active Directory Authentication Library for Microsoft SQL Server and a special connection string key, either: Authentication=Active Directory Integrated; Or Authentication

How to use Azure AD for authentication for multiple instances of same application

早过忘川 提交于 2021-02-07 20:31:51
问题 I am new to Azure Active Directory authentication and I am trying to figuring out how we can implement our requirements for Azure Active Directory Authentication. We have multiple instances of the same web application. i.e. There is one virtual directory and one database for each client. Users from one instance should not be allowed to access other instances of the application. Can we achieve this using a Single Active Directory with all users in it and a single Azure AD application or do we

How to use Azure AD for authentication for multiple instances of same application

痴心易碎 提交于 2021-02-07 20:31:42
问题 I am new to Azure Active Directory authentication and I am trying to figuring out how we can implement our requirements for Azure Active Directory Authentication. We have multiple instances of the same web application. i.e. There is one virtual directory and one database for each client. Users from one instance should not be allowed to access other instances of the application. Can we achieve this using a Single Active Directory with all users in it and a single Azure AD application or do we

Difference between Azure AD and Azure AD B2C tokens

删除回忆录丶 提交于 2021-02-07 19:56:29
问题 I have been working on Azure AD Authorization code flow all these days and suddenly started moving everything to Azure AD B2C and I came across lot of differences between Azure AD and Azure AD B2C. Can Someone answer my questions below. In Azure AD when we register a Native App, it allows http or https as redirect urls. Azure AD B2C doesn't support this (Since both follow OAUTH specs both should behave similarly) Azure AD JWT access tokens has x5c entry where B2C doesn't have this entry. Any

Callback after Login() of ADAL.js is not called in Edge

一笑奈何 提交于 2021-02-07 19:55:01
问题 I am using ADAL.js(which calls Azure Active Directory) as javascript library for verifying the user. I am using the following code for this: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.15/js/adal.min.js"></script> <script> var endpoints = { "https://management.core.windows.net": "https://management.core.windows.net" }; var config = { clientId: 'e333d3fe-a73a-4476-8121-8a57f9a972ca',

Callback after Login() of ADAL.js is not called in Edge

戏子无情 提交于 2021-02-07 19:54:22
问题 I am using ADAL.js(which calls Azure Active Directory) as javascript library for verifying the user. I am using the following code for this: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.15/js/adal.min.js"></script> <script> var endpoints = { "https://management.core.windows.net": "https://management.core.windows.net" }; var config = { clientId: 'e333d3fe-a73a-4476-8121-8a57f9a972ca',

Azure Active Directory | Multi-tenant Application

江枫思渺然 提交于 2021-02-07 13:14:01
问题 Is there a way of restrict to certain tenants when using multi-tenant applications on Azure AD? Maybe I misunderstood the whole thing but I realize that a user of another tenant can log in into my application after giving consent and I couldn't find a way to restrict that login to a group of tenants I trust. 回答1: We don't currently have an application configuration property that maps to a tenant allow list for a multi-tenant app. What you can do is build this capability into your application

Azure Active Directory | Multi-tenant Application

烂漫一生 提交于 2021-02-07 13:13:04
问题 Is there a way of restrict to certain tenants when using multi-tenant applications on Azure AD? Maybe I misunderstood the whole thing but I realize that a user of another tenant can log in into my application after giving consent and I couldn't find a way to restrict that login to a group of tenants I trust. 回答1: We don't currently have an application configuration property that maps to a tenant allow list for a multi-tenant app. What you can do is build this capability into your application

Adding write permission for creating Resource Groups to an Azure Active Directory Application

房东的猫 提交于 2021-02-07 12:51:05
问题 I have a C# application that will create Resource Groups. I'm using the ResourceManagementClient to create the resource group (which I assume is just a wrapper for their REST API). I'm using an Azure AD application's Client ID and Client Secret to authenticate. I'm getting this error: {"The client 'xxxx' with object id 'xxxx' does not have authorization to perform action 'Microsoft.Resources/subscriptions/resourcegroups/write' over scope '/subscriptions/xxxx/resourcegroups/test-resource-group