Outlook Add-in . API is not supported in this platform - server

Is there a minimum requirement for a server hosting an outlook add-in? I am trying to use SSO for our Outlook Add-in and the error "API is not supported in this platform." is being returned when using the Add-in hosted in a Windows Server 2016.
Interestingly, when the same Outlook Add-in is hosted in a Windows Server 2019, the error is not happening and SSO is working ok.
The part of the code throwing this error is on this line:
let tokenData = await OfficeRuntime.auth.getAccessToken({ allowSignInPrompt: true});
Thanks in advance.

Related

Is there any way that I can upload office add-in using rest api?

What I have tried ?
I have tried using Power Shell to upload office add-in by referring following link,
Use the Centralized Deployment PowerShell cmdlets to manage add-ins
but I ended up receiving,
PS C:\WINDOWS\system32> New-OrganizationAddIn -ManifestPath 'D:\Manifest\manifest.xml' -Locale 'en-US'
Extracting Add-In's manifest...
**The Add-In you are trying to upload supports Single Sign On and to upload the Add-In you need to use Office 365 Admin Center.
Press Enter to consent to the Add-In in Office 365 Admin Center.**
If there are any issues you can go to
https://portal.office.com/adminportal/home?assetid=lob&mktcmpid=powershell#/Settings/ServicesAndAddIns
And go to Settings > Services & Add-Ins
Also, the URL mentioned in above message, which is, https://portal.office.com/adminportal/home?assetid=lob&mktcmpid=powershell#/Settings/ServicesAndAddIns is old. We no longer upload add-in from this endpoint.
Additionally, I do have referred,
Deploy and publish Office Add-ins
As, since it is an Outlook add-in, it cancelled out uploading it via SharePoint app catalog.
Is there any other way that I can do it using command shell or rest APIs ?
Additionally, is there any restriction to upload add-in which supports Single sign on via PowerShell ?

Oracle IAM/WNA protocol fallback to form-based logon page fails when Microsoft Online Services Sign-In Assistant is installed

First post here. Facing a problem where on Windows 10 an Oracle Identity Access Management (IAM) Windows Native Authentication (WNA) protocol fallback to a form-based logon page always fails whenever the Microsoft Online Services Sign-In Assistant (SIA) is installed. Whenever we remove the SIA, the WNA fallback to a form-based logon page always succeeds. This error is reproducible 100% of the time. We have not tested on Windows 8 or Windows 7. I've researched it, and there is not much out there to read about the SIA; it does not look to be configurable on the client end. Really want to avoid changing up code on the IAM WNA side.
Anyone out there seen this before? This is a large enterprise network, using all Windows 10 computers, which has both Oracle IAM running for some applications as well as Microsoft Windows 2008 R2 Active Directory, to which all the Windows 10 computers are joined. We are also standardized with Office 2016 with all back-end servers supporting Office apps such as Outlook, Lync, etc. in the cloud (Office 365).
Please let me know if I need to show the Oracle IAM/WNA SSO fallback code.
The Microsoft Online Services Sign-In Assistant is not configurable. But, if all your computers are running Office 2016 you do not need it anyway and it can be safely uninstalled, which as you said will make the fallback to form-based logon page work. If you were running Office 2013 you would need it however. Office 2016 apps such as Outlook and Lync can go direct with ADFS whereas previous versions could not do this. I don't have a URL reference for you, this is based on my experience.

how to configure fiddler to use infopath to customize forms in sharepoint to avoid the "following URL is not valid" error in offline mode

I installed vmware virtual machine on my laptop to run SharePoint server 2013, then I installed win server 2012 and sharepoint server on the virtual machine, now when i'm gonna to use infopath to customize forms and publishing them back in sharepoint i have following error:
"the following url is not valid"
I create my own root site collection
and added verbs like PUT an et.al to IIS But still I have this error when I'm not connected to the Internet.
The point is that when I'm connected to the Internet, this error no longer exists.
By searching the internet I found that I should use fiddler,
I downloaded and installed Fiddler4 on my laptop. but when I run it in disconnected internet mode the error still exist.
I have installed windows 8.1 on my laptop and i try the win8 confige button to check all icons, But it still does not work , So, how can I use Fiddler now..... I'm waiting for your answers.........

Connecting to TFS 2010 from Eclipse using Team Explorer Everywhere 2010 SP1: Access Denied

I am trying to connect to my company's TFS 2010 server from eclipse using Team Explorer Everywhere 2010 SP1.
I have successfully installed the plugin and am attempting to create the connection to our server through the "Add New Server" dialogue. Entering the server https://tfs.<ourServer>.com/tfs along with my Active Directory credentials creates the error:
Access denied connecting to TFS server... <server> (authenticating as <DOMAIN>\<user.name>
I can connect to this same server from Visual Studio 2010 without a problem using the same credentials, and I can also connect to the web client by browsing the the server using IE.
I have also used the command line tool to define a profile which appears in the Eclipse plugin but creates the same error.
Have I missed something obvious? Is there a setting on the TFS server I need to change?
I had the same issue but changing the Eclipse proxy to native solved the issue in my case.
Can you connect successfully if you use the URL of your Team Project Collection, for example:
http://tfs.mydomain.com:8080/tfs/DefaultCollection

Microsoft Office Communicator Automation API 2007 and and Send File

Is there any way to send files using the Microsoft Communicator API/SDK?
No, sending files is not supported by the Automation API.
If upgrading to Lync Server 2010 is an option, the Lync SDK supports file transfers