IDS User Authentication - Token Generation

According to documentation, "IDS typically uses Token authentication, which means, IDS clients setup a mechanism of authenticating and generating token for end users. This token is used by IDS to verify user entitlements against DACS. The mechanism of token generation is up to clients. It can be a custom app which maintains a database of users, or a plugin which can integrate with domain servers like Active Directory."

Do we have any details on how to set up token generation? Thanks,

Best Answer

Answers

  • Hello @billy.w.cunningham,

    If you are an application developer, your application would receive the generated token during the authentication step, and then pass it into consecutive data request step(s).

    If you are trying to set this up correctly on your IDS, per installation guide, "the default authentication plug-in provided in the package simply assumes that the received token is the DACS ID". If you are looking to set up a different mechanism, we may be able to better help by connecting you with the right contact in TR.

    You may wish to follow-up with more info, on what you are trying to do?

  • Thanks for your reply Zoya. We are trying to set up web based data delivery, and authenticate users in the simplest way possible. Do I understand correctly that a login ID will be assumed to be the DACS username, and passed to DACS automatically?