Identity user Service

cancel
Showing results for 
Search instead for 
Did you mean: 
eliemichael
Member II

Identity user Service

I have create an angular component that will be used to register new users using the IdentityUserService. I have done all the basics, ie: injected the service in the constuctor of my component, added the all the dependant services to the appModule providers array. However, I keep getting the error in the image below while testing my component. 

Can anyone help me figure out if I am missing something

Image of the errorImage of the error

2 Replies
dvuika
Alfresco Employee

Re: Identity user Service

I think this service works with the SSO/Oath2 api. Also, we reworked its implemenation with ADF 4.0.0 (out today), maybe you would like to try that one.

eliemichael
Member II

Re: Identity user Service

Thank dvuika for your reply. Will the ADF documentation be updated to explain the changes?