Anonymous2563

Hi All,
I'm setting up a Secure Token Server which is a part of my identity provider. I want this server to receive token requests and send tokens to clients with managed cards issued by this IP.
Are there any tutorials or code samples that I can use Links to any forum discussion will also be great.

Thanks,
Don



Re: Windows CardSpace (InfoCard) Windows Cardspace

Toland Hon - MSFT

You might want to take a look at our Simple STS sample:
http://cardspace.netfx3.com/files/folders/samples_rc_1/entry6082.aspx




Re: Windows CardSpace (InfoCard) Windows Cardspace

praveen1109

tell me som other link, i tried samples from netfx3 which i cant understand....






Re: Windows CardSpace (InfoCard) Windows Cardspace

karthi_karthi

Hi,

I have a doubt whether cardspace can work with http.....

Thanks





Re: Windows CardSpace (InfoCard) Windows Cardspace

Toland Hon - MSFT

I personally don't know of any other samples out there for you to play with.

As for working with http (non-https), the current version of CardSpace does not support http.





Re: Windows CardSpace (InfoCard) Windows Cardspace

Don Woods

Are you referring to the STS code when you say "cardspace doen't work with http" I'm sure you can write your own WCF application for cardspace to use http.

~Don





Re: Windows CardSpace (InfoCard) Windows Cardspace

Toland Hon - MSFT

I'm not sure if you're using .NET Fx 3.5 beta or not, but .NET Fx 3.0 CardSpace does not support http. If you try to request a token from an http site, CardSpace will not pop up.




Re: Windows CardSpace (InfoCard) Windows Cardspace

Daniel Bartholomew

From IE - you can manually invoke the Cardspace selector right Toland





Re: Windows CardSpace (InfoCard) Windows Cardspace

Toland Hon - MSFT

Yes, you can invoke the CardSpace selector from IE7, but currently only from https websites.




Re: Windows CardSpace (InfoCard) Windows Cardspace

Daniel Bartholomew

Sorry Toland, I was saying that you can invoke the CardSpace Identity Selector manually, then send the data over a connection that is now HTTPS if you do all the network comms work yourself.

Like in this example: http://msdn2.microsoft.com/en-us/library/ms751504.aspx





Re: Windows CardSpace (InfoCard) Windows Cardspace

Toland Hon - MSFT

That probably is the case, but requires you to write a custom WCF code/app to deal with that situation. With what's provide in IE7 and the default invocation of CardSpace using the object/param tags, it will currently only work via HTTPS.