Greetings,
I am new to DNN and we are using the DNN version 04.05.05
We have a website: www.nlptechnologies.ca/portal where our users login and access the rest of our pages.
We also have a new application which is accessible from anywhere lets name it www.nlptechnologies.ca/myapplication and we want to secure it so that only our users can access it.
I have been told to create a script or a module on DNN to generate and pass a token (with session variable, validation and expiration, userid, userip...) which would be validated in the application default page.
I don't know where to start. Where to create the script (do i need to log in with admin or host and do it with some menu selection/module creation/modification).
To prevent causing problems to our production website, we also have a copy on the local computer, can i test it with this local version?
I would like to know if there is already some details on how to do this or any step by step method available somewhere?
edit: If someone reads this post, in order to script: add in the default.aspx file the tags <% and %> or <script></script>
and the code in between. Then it is easy to access all the user info and update the redirection url with the details needed to autenticate