RE: Azure Active Directory

2017-06-21 Thread 罗格雷格博士
e<http://greglow.me/> From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Low (??) Sent: Thursday, 22 June 2017 5:56 AM To: piers.willi...@gmail.com; ozDotNet Subject: Re: Azure Active Directory This sender failed our fraud detection checks and may not

Re: Azure Active Directory

2017-06-21 Thread 罗格雷格博士
downunder.com> From: piers.willi...@gmail.com Sent: Thursday, June 22, 2017 1:21:33 AM To: Greg Low (罗格雷格博士); ozDotNet Subject: RE: Azure Active Directory That seems like hard work compared to using the powershell cmdlets. If you had an ongoing integration that needed to do it, sure. Hit the RES

RE: Azure Active Directory

2017-06-21 Thread djones147
= PartnerService.Instance.CreatePartnerOperations(partnerCredentials); } return partnerOperations; } Sent from Mail for Windows 10 From: piers.willi...@gmail.com Sent: 21 June 2017 17:21 To: Greg Low (罗格雷格博士); ozDotNet Subject: RE: Azure Active Directory That seems like hard work

RE: Azure Active Directory

2017-06-21 Thread piers.williams
-users-in-an-azure-ad-in-bulk/ From: Greg Low (罗格雷格博士) Sent: Wednesday, 21 June 2017 4:44 PM To: ozDotNet Subject: Re: Azure Active Directory Hi Greg You make a call to get a token, then call the graph api to create users. https://msdn.microsoft.com/library/azure/ad/graph/api/users-operations

Re: Azure Active Directory

2017-06-21 Thread 罗格雷格博士
: www.sqldownunder.com<http://www.sqldownunder.com> From: ozdotnet-boun...@ozdotnet.com on behalf of Greg Keogh Sent: Wednesday, June 21, 2017 5:12:25 PM To: ozDotNet Subject: Re: Azure Active Directory Chaps, I spent almost four hours this afternoon attempt

Re: Azure Active Directory

2017-06-21 Thread Greg Keogh
> > Being super obvious here but could you turn the 3 pieces of info into 2 > with Yes indeed. If I get over the cultural hurdle of getting Auth0 accepted as a candidate, then I'll probably do that. Since we have a big refactor coming up, I have a chance to slip Auth0 into one of the rewrite demo

Re: Azure Active Directory

2017-06-21 Thread DotNet Dude
Being super obvious here but could you turn the 3 pieces of info into 2 with agency\username Password ? On Wednesday, 21 June 2017, Greg Keogh wrote: > If you do get to revisit Auth0, as you probably discovered it has the >> ability to authenticate against multiple sources including existing >

Re: Azure Active Directory

2017-06-21 Thread Greg Keogh
> > Hey Greg, are you asking how to bulk create a bunch of users (username, > password) in azure AD? > Yes ... **IF** we determine that Azure AD is a suitable authentication system for our new cloudified apps then I will have to find a way of migrating several hundred users from the legacy DB into

Re: Azure Active Directory

2017-06-21 Thread Greg Keogh
> > If you do get to revisit Auth0, as you probably discovered it has the > ability to authenticate against multiple sources including existing > databases and AAD (see screenshot http://screencast-o-matic.com/ > screenshots/u/xj9/1498029629044-30138.png). It was one of the reasons we > switched to

Re: Azure Active Directory

2017-06-21 Thread DotNet Dude
gt;> >> 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 >> fax >> >> SQL Down Under | Web: www.sqldownunder.com |http://greglow.me >> >> >> >> *From:* ozdotnet-boun...@ozdotnet.com >> [mailto: >>

RE: Azure Active Directory

2017-06-21 Thread Grant Castner
> Subject: Re: Azure Active Directory Chaps, I spent almost four hours this afternoon attempting to write some managed code that authenticated a user/password against Azure AD from a native app. I know you're not supposed to handle credentials like that, but it was an experiment for mig

Re: Azure Active Directory

2017-06-21 Thread Greg Keogh
410 mobile│ +61 3 8676 4913 > fax > > SQL Down Under | Web: www.sqldownunder.com |http://greglow.me > > > > *From:* ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-bounces@ > ozdotnet.com] *On Behalf Of *Greg Keogh > *Sent:* Wednesday, 21 June 2017 10:45 AM > *To:* ozDotN

RE: Azure Active Directory

2017-06-20 Thread 罗格雷格博士
ttp://www.sqldownunder.com/> |http://greglow.me<http://greglow.me/> From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Keogh Sent: Wednesday, 21 June 2017 10:45 AM To: ozDotNet Subject: Re: Azure Active Directory Yooiks! I'm not quite sure what I want (which

Re: Azure Active Directory

2017-06-20 Thread Greg Keogh
Yooiks! I'm not quite sure what I want (which is a worry). WAAD vs AADDS You say WAAD is more light-weight, which probably suits us, I think. Overall, as a coder, I want to put all authentication and permission/roles information for all of our apps and users in a single place where it can be main

Re: Azure Active Directory

2017-06-20 Thread David Connors
Yes. WAAD does not present to Windows servers in the same way that AD does. If you want to make queries against WAAD you'll need to use graph API and probably rework your apps if you need to do fine grained access control. Think of WAAD as a light-weight directory that you use as a small business