SSD Authentication. IDS client not registered

  1. when I calling login() in frontend I am getting this :
IDS client not registered. Register on the Neutrinos Stuido and try again

I want to know what is IDS client registration and how to do it.

1 Like

@Sam @Shamnad_KS @shas

1 Like

Hi Jeevankumar,

First, you need to register your IDS on your server.
Enable IDS on your server and configure it properly before using it in the frontend.

You can refer to this related post where the documentation links are attached: How do I trigger IDS?

1 Like

thank you @Shamnad_KS .

I followed the same steps. but I got this , and I don’t know the cause of this error.

  1. set env isIDSEnable true in frontend application
  2. imported neutrinos-oauth-client module
  3. called login(“home”) on button click . that redirected to http://localhost:8081/api/login?redirectTo=http://localhost:4200/home
  4. in that page I got this response
IDS client not registered. Register on the Neutrinos Stuido and try again
1 Like

Hello @JeevanKumar ,
For configuring IDs, you can go through this documentation to get a better understanding
documentation.neutrinos.com/articles/#!studio-guide-8/configure-your-ids

1 Like