@tridibmandal asks:
How can we use login ticket generated using getlogin API to login to D2-Client? Can we pass the login ticket in D2-Client URL? Please let me know if this is possible.
(link to original post)
Short answer is Yes, but how do you want to do it and what method/ Process that is involved needs to be considered.
Thanks @DCTM_OT @tridibmandal
You can try pass login ticket, but it is bad idea from security point of view and not sure if D2-Client would accept it. You should avoid exposing authentication token in URL. I'd suggest using POST request for passing user credentials including token to D2-Client, instead of GET.