We are planning to Develop a Web Application(having user loads upto 5000) which will enable users to login using OpenID,register and pay for the service using Credit Cards , we are not sure if we can customize Sharepoint Online or use develop a custom asp.net web app
Are there examples of any sites which are using Sharepoint Online to host there SAS based service(like zendesk.com)?
Thanks
Related
I have an outward facing website(non SharePoint), that I would like to include a link in to an enterprise SharePoint. Does SharePoint allow validated users to enter from an external website and if so does SharePoint have a way to generate that link?
Thanks in advance.
SharePoint supports windows authentication so both sites using windows authentication will allow validated users to enter from an external website.
I'm looking for a way to access the corresponding Microsoft Team and SharePoint site that is created from a custom website tab. So what I have is a custom website tab added to a Microsoft Teams site. This tab is a website tab and is pointing to the custom website app that I'm building.
What I want to do is from within the custom website I want to be able to access the corresponding SharePoint site that was created from the Microsoft Team and then I want to be able to use the SharePoint client object model to interact with the document library.
You'd have to have your tab / web app provide an auth flow, and ask your user to grant access to the Graph APIs, which can be used to access that content.
I submitted an office 365 SharePoint add-in app for certification in the Office Store, and was told that one of the changes required is that I remove the 'Full Control' permission for the app, as it is not supported in the store. My app enables the user to create a new web site based on certain criteria. The add-in works correctly with 'Full Control' permission, but does not work with lower levels such as 'Manage'.
If the store does not allow me to use 'Full Control', what permissions or options can I use in order to still be able to create sites on behalf of the user?
Is there a different way to go about having the add-in app create sites in an existing site collection? The trigger can be user initiated, or event based.
I would love to get any ideas or solutions for this - Thanks!
The only option I can think of is to create a web service that is external to SharePoint and create the site in the service.
Here are a couple of resources that may help you:
Walkthrough: Building a Custom Web API for use with SharePoint Online
PnP Webcast - Calling external APIs securely from SharePoint Framework
I want to know how I can edit documents hosted on my website with Office 365 integration and it directly saves back to my server? How dropbox achieved this ?
I already have my api which provides access to files hosted on my server with oauth. I have searched a lot online about Office 365 integrations it looks like I can edit and access the stuff hosted on Azure/Microsoft services like calendars,contacts,docs etc.. I am unable to figure out if there is way I can send my document to office 356 and through api it edits my document and saves back to my server ?
I think, Microsoft uses claim based authentication for trial version of SharePoint online by default but it might be possible to use Form Based Authentication in Dedicated O365.
I need to test or write application to authenticate users for SharePoint online which may have claim based or form based authentication.
so Is there any way to create SharePoint online site that uses form based authentication? Or Is there any SharePoint online test site for this?
I have one more question:
In SharePoint online, I have invited one external(hotmail) user.
I wanted to know details steps on how the external user is authenticated?
Thanks