-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng-cordova-oauth with Office 365 #81
Comments
Is Office 365 the same as Windows Live? If yes, then it is currently supported. If it is not the same, please find me the Oauth documentation for Office 365 and add it to this comment. Then I'll do my own research after that. Thanks, |
Hi, here is a node module that implements OAuth with Office365. I think it may be different than Windows Live, but I get confused with all the microsoft product names. https://github.com/QuePort/passport-azure-oauth Basically you need to register an App in Azure Active Directory (which is free). |
Hi, I can see this post was over 3 months ago now but just encase you are still stuck. |
Oh, very cool. Thanks! I'll check out the Dev branch and let you know how it goes. Great project btw |
Hi, I just wanted to check in on this. I've been trying the azuread provider, and I'm close, however I'm getting the follow error. (I have SSO working to Google, Salesforce, and AzureAD on the web, and working with Google and Salesforce with ngCordovaOauth). I mention this because I'm fairly certain my ClientId, Tenant ID is correct. Though I'm not sure about the resource URL below. My code looks like this (using the current version of the lib 0.2.3):
I added more debug logging to the library and found this error:
|
I changed the resource URL to match my AppID inside my application, and I now get this error instead..
Do you know if the ADAL library and this library are helpful? In the docs, this example requires us to create a "Native Application" in AzureAD rarthre than a webapplication.. https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-cordova/ |
Hi nraboy,
I'm interested in your work. It's really cool.
Now, I work with Office 365 API and had the problems when the redirection url returned.
On mobile, it don't know how to resolve it (for display pop-up prompt) (link: https://github.com/auth0/auth0-ionic/issues/8)
I tried to use auth-dialog with an InAppBrowser custom for resolve it but it not work correctly.
So, can I use ng-cordova-oauth for doing the authentication with Office 365 ?
Thanks so much,
Nhat
The text was updated successfully, but these errors were encountered: