Looking at http://www.codeproject.com/Articles/683732/Thinktecture-Identity-Server-Configuration-Customi and http://brockallen.com/2014/04/09/introducing-thinktecture-identitymanager/ , I am a bit confused about the relation between IdentityServer and IdentityManager.
The way I currently understand it is the following:
- IdentityServer can be used as an STS, and to manage users.
- IdentityManager can be used to manage users.
Are the above statements correct? Will the users-part be phased out of IdentityServer in the future?