We have a service using WCF and client credentials - when we communicate to other WCF services, we use delegation and it works relatively well.
However, we're now trying to integrate with a service written in Python / Linux - how can we forward credentials from WCF to this Python service? Can we somehow generate a signed assertion that the Python service can verify? (Assume the Python service has access to AD.)
0 comments:
Post a Comment