Authenticating DCS Users from Custom Web Application
Summary
How to authenticate a DCS user automatically using url parameter without asking for credentialsContent
Our client has a custom web application.
There is no SSO Concept or IDP. Their authentication is just done by validating against a database. DCS will be added as a link in their existing web application.
User will login to the Custom web application by entering their credentials. Now, when the user clicks on DCS Link, they should not be asked for credentials again. They need to be authenticated in the background so that they do not feel they are entering into different application. Is there a way to achieve this?
0