简体   繁体   中英

Passing Kerberos Credentials from Web Service to WCF Service

A system I'm working on has a web service which calls a WCF service. The request to the web service is received with the user's Kerberos credentials and we want to call the WCF service using these credentials.

Is it possible? if yes, how?

Yes. It is possible. You may have to use the WCF delegation. Delegation is perfect fit for backend service calls with the authentication done on front end.

Please refer to Delegates and Impersonation . The impersonation level set to Delegate would enable you to authenticate a service running in a different machine from the caller server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM