Identity user Service

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2020 11:56 AM
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 error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2020 12:24 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2020 04:36 PM
Thank dvuika for your reply. Will the ADF documentation be updated to explain the changes?
