Interesting topic :)
From: Adainat (aadainat_at_afkaronline.com)
Date: 06/03/04
- Next message: Dom: "Mass modifying published documents"
- Previous message: Nigel Bridport [MSFT]: "Re: Programmatically-created sites not indexed?"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Dom: "Mass modifying published documents"
- Previous message: Nigel Bridport [MSFT]: "Re: Programmatically-created sites not indexed?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|