Hi all,
I'm developing a mobile application to access my company's CRM system which uses Dynamics 2011. We use ADFS to authenticate. I am writing the application in react-native and have looked around for some resources, but they're sparse. I'm looking not to use auth0 or miniOrange for ADFS authentication because we don't want to pay their fees. Is this possible? We were thinking we would need to set up a web service in C# to make the authentication endpoint available from the app. What is the best route to go in this case? Thanks!