ios - Does Microsoft OneDrive allows a buisness parter to connect with it without Oauth Authentication -
we want integrate our mobile app onedrive , not want user explicitly login onedrive.
the flow want like.
our app authenticate user based on credentials stored in our organization's ldap. once user authorized want enable him onedrive account through our application.
short answer, no. oauth 2.0 public api authentication, stated on onedrive api documentation.
you can verify authorization against ldap first, user going have log in authorize access onedrive @ point, somewhere.
Comments
Post a Comment