RE: SSO Web Clipping/Page Grafting
From: Daniel Larson (www.portalbuilder.org) (daniel_at_larsontechnology.spamfree.com)
Date: 02/25/05
- Next message: Tony Hunter: "Re: SSO Web Clipping/Page Grafting"
- Previous message: Yves LAROSA: "[SPS 2003] - SearchResults Web Part subclassing"
- In reply to: Tony Hunter: "SSO Web Clipping/Page Grafting"
- Next in thread: Tony Hunter: "Re: SSO Web Clipping/Page Grafting"
- Reply: Tony Hunter: "Re: SSO Web Clipping/Page Grafting"
- Messages sorted by: [ date ] [ thread ]
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
>
>
>
- Next message: Tony Hunter: "Re: SSO Web Clipping/Page Grafting"
- Previous message: Yves LAROSA: "[SPS 2003] - SearchResults Web Part subclassing"
- In reply to: Tony Hunter: "SSO Web Clipping/Page Grafting"
- Next in thread: Tony Hunter: "Re: SSO Web Clipping/Page Grafting"
- Reply: Tony Hunter: "Re: SSO Web Clipping/Page Grafting"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|