Azure Active Directory Users

  • 26 January 2018
  • 4 replies
  • 9 views

Hi,

 

Can anyone suggest me creating serviceinstance for  crating users and adding the users to the azure active directoy group?.

 

I am able to read the users/group using AD Service2 servicetype, but i need to add the users and the groups too. I have tried using Account Management service type, but unfortunately i am unable to establish the connection the AAD group. Any help is much appreciated, thanks

 

 


4 replies

Userlevel 4
Badge +14

To work with AAD you need to use the Azure Active directory broker and the Groups and users that you want to use must be synced to Azure.


 


What is your setup with regards to AD and AAD, do you sync AD to AAD?


do you have a O365 subscription or just Managed AAD?


 


Regards


Vernon

Thanks Vernon,

 

I just have the azure active directory groups and users setup and trying to access using K2 Blackpearl (smartobjects services tester), please refer the attachment. I do not have 0365 suscription, could you please confirm if that is required?. Basically i am trying to access the azure directory to add users via K2. I could see the Azure Active Directory Service Instance (SourceCode.SmartObjects.Services.AzureActiveDirectory.AadServiceBroker), i assume the broker for AAD exists

 

Regards


Userlevel 4
Badge +14

Just Managed AAD is also fine, when you have a O365 subscription its just easier as the K2 app will configure the AAD service for you.


In your case it will have to be setup manually.


The following docs should steer you in the right direction.


https://help.k2.com/kb001702.aspx


https://help.k2.com/onlinehelp/k2cloud/userguide/update_2/default.htm#servicebrokers/AuthenticationModes/AuthenticationModes.htm#OAuth


https://help.k2.com/onlinehelp/k2cloud/userguide/update_2/default.htm#servicebrokers/azuread/azure_ad_service.htm


HTH


Vernon


 

Thanks Vernon

Reply