问题
I have the following challenge:
- My company needs to enable SSO for a customer that has its own ADFS instance & IP in place. (in the future I'm sure we will need to federate with other companies too)
- We also need to continue to support customers authenticating against our SQL database.
Basically I think what I need to do is set this up as described here http://msdn.microsoft.com/en-us/library/hh446524.aspx, but I would like to do this all using thinktecture identity server and not use ADFS.
To support #2 We're using thinktecture identity server because it can easily be configured as an STS & IDP that queries an existing SQL DB.
Can thinktecture be setup to support both 1 & 2? Any guidance is greatly appreciated.
回答1:
yep - that's both supported in v2.
See also: https://vimeo.com/51666379
来源:https://stackoverflow.com/questions/13575595/can-thinktecture-identity-server-be-configured-to-allow-federated-identity-with