RE: SSO Web Clipping/Page Grafting

From: Daniel Larson (www.portalbuilder.org) (daniel_at_larsontechnology.spamfree.com)
Date: 02/25/05


Date: Fri, 25 Feb 2005 08:59:07 -0800

Hello Tony

You can write your own webpart with the following approach.

Use SSO to store/retrieve the user's credentials...
Pass these credentials to a WebClient, and use a WebClient to send a request
to the client application.
Stream the response back out in the Render method.

The WebClient is a class in System.Net, and can be used to do make web
requests and will get back a response stream.

Another approach is to store the user's credentials in SSO and do a
client-side form post to the login page of the application in an iframe in
your webpart.

Daniel Larson
http://www.portalbuilder.org
xblox live: death angel

"Tony Hunter" wrote:

> Hello,
>
> Is anyone here using SPS SSO and Web Clipping or Page Grafting? I want to
> use SSO to access web applications that already have a UI that I want to
> display in the portal. I know this can be done, I just need some help with
> how to do it. Are there any samples, demos, etc?
>
> Thank you in advance for your help.
>
> Tony
>
> tonyhunter@ajhunterministries.org
>
>
>



Relevant Pages

  • Re: SSO Web Clipping/Page Grafting
    ... the IFRAME approach is one I have heard ... > Use SSO to store/retrieve the user's credentials... ... > Pass these credentials to a WebClient, and use a WebClient to send a ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: SSO Nightmare!
    ... Bottom line is that it's SSO though. ...     at ... methodInstance, LobSystemInstance lobSystemInstance, Object& ... retrieve sensitive credentials for user domain/user, ...
    (microsoft.public.sharepoint.portalserver)
  • Re: Using SSO - any good documents?
    ... BTS04 for a small scale project last year but apart from the basic SSO ... default use (and using Jon Flanders app to store config data in SSO) i ... In the case of asynchronous messaging, this 'logged in user credentials' ... If the outbound adapter supports it, it will pick up the SSO token and ask ...
    (microsoft.public.biztalk.general)
  • Re: SSO Nightmare!
    ... in turn using SSO). ... ui32Flags, String strApplicationName, Boolean sensitiveCredentials, ... String& Credentials) at ... methodInstance, LobSystemInstance lobSystemInstance, Object& ...
    (microsoft.public.sharepoint.portalserver)
  • Re: Using SSO - any good documents?
    ... the SSO for the async offline stuff then. ... In the case of asynchronous messaging, this 'logged in user credentials' ... In these kinds of scenarios, you have to understand that SSO is not really ... If the outbound adapter supports it, it will pick up the SSO token and ask ...
    (microsoft.public.biztalk.general)

Loading