Skip to content
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

Bump Microsoft.IdentityModel.Abstractions from 6.19.0 to 8.2.1 in /FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation #89

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 34 additions & 26 deletions FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,53 @@
<!-- Note: Property values are case-insensitive unless otherwise specified.-->
<appSettings>
<!-- The browser used to access the site. The value should be one of following: IE32, IE64, Chrome, Firefox.-->
<add key="Browser" value="ie32"/>
<add key="UserName" value=""/>
<add key="Password" value=""/>
<add key="OtherUserName" value=""/>
<add key="OtherPassword" value=""/>
<add key="BaseAddress" value="http://sut02"/>
<add key="DocumentAddress" value="http://sut02/Shared%20Documents/Forms/AllItems.aspx"/>
<add key="Excel" value="..\..\..\Resource\Excel.xlsx"/>
<add key="Word" value="..\..\..\Resource\Doc.docx"/>
<add key="OneWithFileData" value="..\..\..\Resource\OneWithFileData.one"/>
<add key="OneWithoutFileData" value="..\..\..\Resource\OneWithoutFileData.one"/>
<add key="NotebookTableOfContents" value="..\..\..\Resource\Open Notebook.onetoc2"/>
<add key="OneEncryption" value="..\..\..\Resource\Encryption.one"/>
<add key="Browser" value="ie32" />
<add key="UserName" value="" />
<add key="Password" value="" />
<add key="OtherUserName" value="" />
<add key="OtherPassword" value="" />
<add key="BaseAddress" value="http://sut02" />

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected. Warning

Insecure URL
<add key="DocumentAddress" value="http://sut02/Shared%20Documents/Forms/AllItems.aspx" />

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected. Warning

Insecure URL
<add key="Excel" value="..\..\..\Resource\Excel.xlsx" />
<add key="Word" value="..\..\..\Resource\Doc.docx" />
<add key="OneWithFileData" value="..\..\..\Resource\OneWithFileData.one" />
<add key="OneWithoutFileData" value="..\..\..\Resource\OneWithoutFileData.one" />
<add key="NotebookTableOfContents" value="..\..\..\Resource\Open Notebook.onetoc2" />
<add key="OneEncryption" value="..\..\..\Resource\Encryption.one" />
<!-- The default wait time when finding element.-->
<add key="DefaultWaitTime" value="30"/>
<add key="UIWaitTime" value="15"/>
<add key="DefaultWaitTime" value="30" />
<add key="UIWaitTime" value="15" />
<!-- The capture tool setting.-->
<add key="StartScriptPath" value="..\..\..\Resource\StartRemoteRun.ps1"/>
<add key="StopScriptPath" value="..\..\..\Resource\StopRemoteRun.ps1"/>
<add key="Powershell_Path" value="%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe"/>
<add key="path" value="\\SUT02\Wenbo\aa.cap"/>
<add key="defaultUserNameForFiddler" value="plugdevuser19"/>
<add key="FiddlerPath" value="C:\Users\plugdevuser19\AppData\Local\Programs\Fiddler"/>
<add key="BatPath" value="..\..\..\Resource\Converter.bat"/>
<add key="ClientSettingsProvider.ServiceUri" value=""/>
<add key="StartScriptPath" value="..\..\..\Resource\StartRemoteRun.ps1" />
<add key="StopScriptPath" value="..\..\..\Resource\StopRemoteRun.ps1" />
<add key="Powershell_Path" value="%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe" />
<add key="path" value="\\SUT02\Wenbo\aa.cap" />
<add key="defaultUserNameForFiddler" value="plugdevuser19" />
<add key="FiddlerPath" value="C:\Users\plugdevuser19\AppData\Local\Programs\Fiddler" />
<add key="BatPath" value="..\..\..\Resource\Converter.bat" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri=""/>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400"/>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
</providers>
</roleManager>
</system.web>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Office.Interop.Graph" publicKeyToken="71e9bce111e9429c" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
<HintPath>..\ExternalReference\ionic.zip.reduced.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=6.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.6.19.0\lib\net461\Microsoft.IdentityModel.Abstractions.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.2.1\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.Logging, Version=6.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Logging.6.19.0\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DocumentFormat.OpenXml" version="2.20.0" targetFramework="net461" />
<package id="Microsoft.IdentityModel.Abstractions" version="6.19.0" targetFramework="net461" />
<package id="Microsoft.IdentityModel.Abstractions" version="8.2.1" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Logging" version="6.19.0" targetFramework="net461" />
<package id="Microsoft.IdentityModel.Tokens" version="6.19.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
Expand Down