PDC COM312 Federation demo source code needed

Does anybody would have the source code for the PDC presentation (COM312) presented by Martin Gudgin (Gudge)

I would like to see the source code of the STS Service that was used for the Federation sample. We can see clearly in this demo that the STS client credential type was set to Certificate. This is exactly what i need to do and i would like to see what the STS looks like because i have not been able to make the STS from the SDK's Federation sample working with other client credential types than the default (Windows). It always end up with the same error (See my prevous post about that "Service Constructors: How do they work ").

Thx

-Jonathan



Answer this question

PDC COM312 Federation demo source code needed

  • tiffeyneohelp

    Jonathan,

    Indigo supports behaviours at various scopes, including service and endpoint. The service credentials behaviour is scoped to the service, which is why you can't specify it on an endpoint.

    Gudge


  • benztoronto

    I found the problem i have spent a couple of hours on...

    Whenever i was using a client credential type different than the default for message mode i was getting the same error: "The server's X509SecurityTokenProvider cannot be null". I was sure it was a problem specific to the STS but it was not.

    The problem is that i was appying the behavior (behaviorConfiguration) having the serviceCertificate reference on the endpoint. It works very well when applied on the service itself.

    I don't know yet what is the fundamental difference between both but i will find it one day or the other.


  • PDC COM312 Federation demo source code needed