We have .NET applications which are integrated with FileNet and connect to custom FileNet application hosted on IIS which retrieves documents.
We ahve requirement to pass pass user credentials from .Net apps connection to FileNet. However, we dont want to pass password to FileNet web service.
So we enabled kerberos application in application server in Filenet and we can authenticate user using Kerberos credentials which gets logged in user.
However, we need to access to FileNet from mobile applications which are outside domain and access FileNet app in IIS.
Is there any way we can impersonate user from logged in .NET app and request Kerberos token for that user programatically and pass the Kerberos token to FileNet web service? Thanks in advance.