Question

I need to authenticate users with WS-Fed/SSO. But how can I get user roles from f.e. SAP to authenticate them with WIF and use defined roles? Is there something like C#/REST Api available? Or how to connect the ID-Prov. with 3rd party SAP system?
Or need I sync them with through WAAD? But how?
Short explaination:
User -> WebService -> ID-Prov. -> 3rd-Party -> ACCESS

Please help.

Was it helpful?

Solution

Yes it is possible. You need to use Federated Identity with Multiple Partners and Windows Azure Access Control Service. as long as you handle the claim mapping rules programmatically azure ACS can integrated with any custom identity provider. http://msdn.microsoft.com/en-us/library/hh446534.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top