Getting WIF to work with OpenSSO as STS

Posted by Tyler on Stack Overflow See other posts from Stack Overflow or by Tyler
Published on 2010-01-28T18:15:08Z Indexed on 2010/06/08 12:42 UTC
Read the original article Hit count: 692

Filed under:
|
|
|

Hi gang,

Using OpenSSO as an identity provider, what should I do (i.e. with FedUtil.exe) to configure my .NET relying party so that it will do the STS dance?

I've gotten OpenSSO's WS-Trust client samples running, so I think OSSO's in a good state and ready for the next step.

I'm at the FedUtil.exe's "Use an existing STS" wall. Where do I get the STS WS-Federation metadata document for OpenSSO? I've tried:

  • the.osso.server:port/opensso/sts
  • the.osso.server:port/opensso/sts?wsdl
  • the.osso.server:port/opensso/sts/mex
  • the.osso.server:port/opensso/sts/mex?wsdl
  • the.osso.server:port/opensso/sts/soap11
  • the.osso.server:port/opensso/sts/soap11?wsdl

with no luck.

Thanks for your help,

Tyler

© Stack Overflow or respective owner

Related posts about .NET

Related posts about WIF