M
maggiecandyland
Guest
Hi,
We have a middle-ware system (system A) which needs to access CRM web API (system B)from another federation domain. In the development environment, we use WS-Fed. The the production env, we used SAML claims.
Since this is machine to machine and through different federation, I am wondering what is the best approach to accommodate this GET action.
1: I tried to use ASP.NET to mimic the relying party to call the federation url ( STS). It worked, however the credential cannot be passed through. I hope we could use code from system A to access system B without manual interruptions. I could see the session could be established once the cookies obtained. However, I have to manually enter the password, even though the user name has been accepted in the signing in request message.
I mainly used Microsoft Identity dll. Would the new OWIN package give me more advantage on this topic?
2. Are there better way to accommodate this kind of action on accessing two different federation systems and using machine to machine talk mechanism simply and easily?
thanks and regards,
Continue reading...
We have a middle-ware system (system A) which needs to access CRM web API (system B)from another federation domain. In the development environment, we use WS-Fed. The the production env, we used SAML claims.
Since this is machine to machine and through different federation, I am wondering what is the best approach to accommodate this GET action.
1: I tried to use ASP.NET to mimic the relying party to call the federation url ( STS). It worked, however the credential cannot be passed through. I hope we could use code from system A to access system B without manual interruptions. I could see the session could be established once the cookies obtained. However, I have to manually enter the password, even though the user name has been accepted in the signing in request message.
I mainly used Microsoft Identity dll. Would the new OWIN package give me more advantage on this topic?
2. Are there better way to accommodate this kind of action on accessing two different federation systems and using machine to machine talk mechanism simply and easily?
thanks and regards,
Continue reading...