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

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

Re: Azure Active Directory

2017-06-21 Thread Greg Keogh
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 migration of the old database. I read hundreds of

Re: Azure Active Directory

2017-06-21 Thread DotNet Dude
Hey Greg, are you asking how to bulk create a bunch of users (username, password) in azure AD? On Wednesday, 21 June 2017, Greg Keogh wrote: > Chaps, I spent almost four hours this afternoon attempting to write some > managed code that authenticated a user/password against

RE: Azure Active Directory

2017-06-21 Thread Grant Castner
Hi Greg, 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

Re: Azure Active Directory

2017-06-21 Thread 罗格雷格博士
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#CreateUser Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax SQL Down Under | Web:

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

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

RE: Azure Active Directory

2017-06-21 Thread 罗格雷格博士
Sorry “upload”. Suddenly realised the typo could sound like a real thing. (ipload) Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax SQL Down Under | Web: www.sqldownunder.com

Re: Azure Active Directory

2017-06-21 Thread 罗格雷格博士
If it's a one off, you can just ipload a CSV. I'm presuming there is an ongoing need. Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax SQL Down Under | Web: www.sqldownunder.com

RE: Azure Active Directory

2017-06-21 Thread piers.williams
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 REST api for a one-off? Hmm. (googles ‘bulk create users in azure active directory’)

RE: Azure Active Directory

2017-06-21 Thread djones147
Hi, I’m just doing that exact same thing. I just got my code working! Call getUserPartnerOperations to get the object that you need for other actions. The serviceInfo class is just a wrapper around the app settings. AuthenticationAuthorityEndpoint =new Ui ( “