문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top