Changeset 576
- Timestamp:
- 05/16/08 14:43:52 (7 months ago)
- Files:
-
- Cpp-cs/SampleSP/trunk/Default.aspx.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Cpp-cs/SampleSP/trunk/Default.aspx.cs
r488 r576 56 56 string id = "001"; 57 57 string providerName = "Sample Service Provider"; 58 string destination = "http:// 74.239.29.200/SampleIdP/SSOService.aspx";59 string assertionConsumerServiceURL = "http:// 74.239.29.212/SampleSP/AssertCustServ.aspx";58 string destination = "http://localhost/SampleIdP/SSOService.aspx"; 59 string assertionConsumerServiceURL = "http://localhost/SampleSP/AssertCustServ.aspx"; 60 60 bool forceAuthn = false; 61 61 }
