Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...How to pass login credentials in iframe or linkHow to pass login credentials in iframe or link
Previous
 
Next
New Post
1/10/2008 11:02 AM
 

Hi All,

I would like to open an external site from my DNN apps, however, the site requires login credentials in order to access it. I would like to use both the iframe and link which point out to the external site and pass the login info (username and password) so, it will look seamlessly for user in accessing the external site from my app. Thanks.

 
New Post
1/10/2008 1:25 PM
 

ron, this will only work, if the external site is prepared for passing login credentials by URL, but infact this is not safe and most sites will not support it.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/10/2008 2:33 PM
 

Hi Sebastian,

Yes, I realized that this is not safe, however, we provide this as a solution for now. Can you give me an example of how to pass that login info in the URL as well as in the iframe module? Thanks.

 
New Post
1/11/2008 8:06 AM
 

Can anyone help me on this? Thanks.

 
New Post
3/15/2008 6:02 AM
 

Try this:

Redirect the Iframe to an aspx- page in your DNN-root directory

In page Load the following code:

Dim PortalID As Integer, UserID As Integer
Dim Password As String
Dim TheUser As New UserInfo()
Dim UserName As String
Dim dnnUserCtrl As New DotNetNuke.Entities.Users.UserController
Dim dnnUserInfo As New DotNetNuke.Entities.Users.UserInfo

        PortalID = UserController.GetCurrentUserInfo.PortalID
        UserID = UserController.GetCurrentUserInfo.UserID
        UserName = UserController.GetCurrentUserInfo.Username
     
        If UserName <> "" Then
            TheUser = UserController.GetUser(PortalID, UserID, False) 
            password = UserController.GetPassword(TheUser, "")
        
            Response.Redirect("http://www.otherwebsite.com/receive.aspx?Password=" & password & "&Name=" & UserName)
        End If

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...How to pass login credentials in iframe or linkHow to pass login credentials in iframe or link


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out