Hello, I’m looking for a tutorial on how to enable Azure Active Directory authentication for my ionic app but I don’t find something that I understand. I’ve tried
I’ve managed to figure it out. So the MSADAL only works on emulator or device meaning that it won’t work in a browser. Second thing that you need to know is that when you create an app in Azure AD you need to make sure that the app is selected as Native.
I might write a blog post on how to set it up. (first thing I need to do is to create a blog)
I’m using MS adal plugin in a Ionic3 project and its working well and I’m receiving all the authenticate data from AD. The only problem is, I’m NOT getting the “onpremisessamaccountname”.
We are receiving the “onpremisessamaccountname” from postman but not in the application.