I need to use Microsoft Azure Active Directory for authentication in a project. Is this supported in ServiceStack? If not, is it planned for a future release? Some customers are starting to ask us integration with Azure AD.
There’s no active directory support baked into ServiceStack itself, although it should still be implementable using a custom Auth Provider.
Support for AD is next on the TODO list, but need to finish a few other things I’m currently working on before starting on it.
Ivan Fioravanti:
Thx for the feedback. If I’ve time I’ll give a look on how to implement AD integration in the next month.
Mark Chipman:
Demis, maybe consider integration of SS with Thinktecture’s IdentityServer 2— then AD integration would be built-in
Mark Chipman:
Ivan… have a look at this… might help you: http://brockallen.com/2013/04/14/getting-json-web-tokens-jwts-from-adfs-via-thinktecture-identityservers-adfs-integration/
Ivan Fioravanti:
Yes it helps! Thanks a lot!