문제

I have an ASP.NET Web Application that is claims aware and is using AD FS 2.0 STS to authenticate users. Now I want to make WCF services in this application also claims aware.

Can I use the same ADFS endpoint for the services or should I create new one for each service or one for all of them?

도움이 되었습니까?

해결책

No - there are separate endpoints for web services.

Look in ADFS under Services / Endpoints. Note that not all are enabled by default.

I blogged about this - ADFS : WCF web service

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top