Method Community

 

Single Sign-on

Last post 03-19-2012 1:59 PM by Method_Paul. 7 replies.
Page 1 of 1 (8 items)
Sort Posts: Previous Next
  • 03-14-2012 6:50 PM

    Single Sign-on

    I would like to know if it is possible to use the iframe for the web portal on my own site and make it so the user signs into our site, then if possible allow us to pass authentication via iframe URL.  I want to avoid having my users login twice.

    TIA

  • 03-14-2012 9:23 PM In reply to

    Re: Single Sign-on

    Answer

    There is a way....but it isn't as clean as you'd like.

    1. Use the Create Short URL action to create a http://miurl.cc link for their portal.  You can either do this using Method actions (and store this URL with your own credentials in your current web site database), or dynamically using the Method API (you need to call our web services using code).

    2. Append to the end of the portal link the contact's email address.

    So, if the URL you generate is http://miurl.cc/abc123 then append ?e=email@email.com, to get a final URL of http://miurl.cc/abc123?e=email@email.com

    Redirect to that URL and you'll get single sign on.  

    Sorry.....not that clean....but not as bad as it looks.

    Paul

  • 03-15-2012 6:38 PM In reply to

    Re: Single Sign-on

    What is the API method to generate a dynamic Short URL action?

  • 03-15-2012 7:35 PM In reply to

    Re: Single Sign-on

  • 03-15-2012 8:01 PM In reply to

    Re: Single Sign-on

    This is what I got

    DomainLinkOrMIURL: MIurl

    TabName: Contacts Portal

    TabLinkName: ???

    isPortal: True

    PortalName: DoorSaver_Customer_Portal

    Not sure what to put for the TabLinkName, tried many different things, all generate errors.

  • 03-16-2012 4:39 PM In reply to

    Re: Single Sign-on

    CF_Pro - haven't forgotten about you.  Haven't had a chance to get you a reply today, yet.

    Paul

  • 03-19-2012 12:53 PM In reply to

    Re: Single Sign-on

    Any more info on this?

  • 03-19-2012 1:59 PM In reply to

    Re: Single Sign-on

    @CF_Pro -

    Sorry for the delay.  Since this is an API question, I answered it on the API forum here:

    http://www.methodintegration.com/cs/forums/p/3016/11441.aspx#11441

    Paul

     

Page 1 of 1 (8 items)