RE: Testing SourceID.NEt v0.3 in windows 2003

[email protected] Fri, 8 Aug 2003 10:54:50 +0100 (BST)
Newsgroups gmane.comp.sourceid.sso.devel
Message-ID <[email protected]>
Hi Cholan - I decided to adopt idp-sample and sp-sample across the baord for the samples. This meant updating the provoders.xml as you did, as well as the idp-authentication-uri etc in the web.config files - did you also do this?

The physical paths should be ok pointing to idp-sample (e.g. the providers-file in the web.configs), but the relative uri's must be updated in the config to point to the virtual directory (e.g. /idp-sample/logon.aspx) and so on. One of these settings is not correct and that is why you getting the error you showed earlier.

What I would suggest - based only on my experiences and not necessarily the best way (Dave will give better guidance on that) - is to use idp-sample and sp-sample for all directory names and virtual directory names.

At least when you get it working you can work backwards :)

Steven.

----- Original Message ----- 
From: "Cholan NSamy" <[email protected]>
To: <[email protected]>
Sent: Friday, August 08, 2003 10:40 AM
Subject: RE: [SourceID SSO-dev] Testing SourceID.NEt v0.3 in windows 2003


Yes steven, your guess is correct, 
My virtual directory name is IDP and it is linked with directory is
"d:\inetpub\wwwroot\idp-sample". 

Is that the reason why I'm getting that error...

But In provider.xml I have changed the links to point to
http://localhost/idp as well as http://localhost/sp.  So in that XML for
single sign on service the tag will be like this

<lib:SingleSignOnServiceURL>http://localhost/idp/Authenticator.ashx</lib
:SingleSignOnServiceURL>

Then why we need to set this?

cholan