cancel
Showing results for 
Search instead for 
Did you mean: 

Identity user Service

eliemichael
Champ in-the-making
Champ in-the-making

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

imageImage of the error

2 REPLIES 2

dvuika
Star Collaborator
Star Collaborator

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
Champ in-the-making
Champ in-the-making

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