Hi there, we are facing one issue here and being new to DNN, we are scratching our heads...
We have a regular .NET web application, user would provide login and password to that application.
within this regular appl, there's a link would link the user to our DNN web application. our DNN site user passwordformat='clear' (plain text passwd in DB) and storage, since all these sites are internal within the company so it's really not too much issue about security, but just a way to track who login and display his/her own records accordingly, etc.
both of these applications, have the exact same usernames and passwords.
since two applications are link together in such way, we want our users to login the regular .NET web appl first, and from there, they would be able to bypass the re-login process into DNN appl. they would login in DNN appl. only if they haven't passed through the first, non-DNN appl.
how could we achieve this? we try sending the username/password from regular .NET web appl as plain URL queryString but either we parameter names of the string wrongly or sth else, it doesn't work. any easy way to achieve this?
thank you in advance.