Interesting topic :)

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Adainat (aadainat_at_afkaronline.com)
Date: 06/03/04


Date: Thu, 3 Jun 2004 02:11:06 -0700

God day!

I was browsing the shrepoint newsgroups and I came across the questions about the single sign on :
UMA has written:

"I need to pass username and password from webpart to asp page for Single
Sign-On implemention. but, don't want to use QueryString becuase it is
visiable to everone.... I was thinking about session. which is not
possible...
 
What else I can do - to pass details from webpart to asp page?
 
My asp page has <input> elements and javascript to authticate login details
and re-direct to correct page. only problem is how to pass the details to
it? "
 

 

And

 Uma also has written:
" Process is: I have developed a webpart which collects the username and
password from SSO database using

 Credentials.GetCredentials(0,"SupportPage", ref rgGetCredentialData);

Microsoft.SharePoint.Portal.SingleSignon.Application.GetApplication("Support

Page", ref appInfo);

string Username = rgGetCredentialData[0].ToString(); //UserID

tring Password = rgGetCredentialData[1].ToString(); //Password

 

The UserName and Password is correctly populated and should be posted to

URL\xxx.asp page. Which authenticates and if correct - automatically

redirects to Homepage other wise displays Login page for re-login username

and password details.
 I got WebPart and URL to connect. How should I connect... ? what is the
in-between stuff - I am missing? is it virtualkey... How to create a virtual

key and post the details to URL - asp page <Input tags...> etc… "

 

 

I think that I'm stuck at the same point and I don’t know how to pass the credentials to other application I know that I'm also missing something in-between ,But what is that? and how to do it? . Bye the way I have a Asp.net application I want to pass credentials for it and other systems like oracle portal.

Please if you got anything new let me know .I would be very grateful for you
Thanks in advance



Relevant Pages

  • Re: Sending Username in QueryString to ASP Page from Sharepoint WebPart?
    ... You could create an IFRAME within your webpart and set the "src" to point to ... your ASP page and pass in the username that way. ... ASP page as a new web part completely. ...
    (microsoft.public.sharepoint.portalserver)
  • SPS Single Sign-On/SSO - How to?
    ... Credentials.GetCredentials(0,"SupportPage", ref rgGetCredentialData); ... The UserName and Password is correctly populated and should be posted to ... and password details. ... I got WebPart and URL to connect. ...
    (microsoft.public.sharepoint.portalserver.development)
  • Webpart prompts for password?
    ... I have created a webpart myself, it runs ok in my account. ... users open a page with this webpart, it ask for a username & password. ... and also tried granting permissions to the ...
    (microsoft.public.sharepoint.portalserver.development)