Skip to content
Open
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
19 changes: 16 additions & 3 deletions Aps.Sdk.sln
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autodesk.Construction.Accou
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autodesk.Sdk.Manager", "sdkmanager\Autodesk.Sdk.Manager.csproj", "{38D360E7-663C-4A84-ADAF-D795FBF2426B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "secureserviceaccount", "secureserviceaccount", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autodesk.Authentication.SecureServiceAccount", "authentication\secureserviceaccount\source\Autodesk.Authentication.SecureServiceAccount.csproj", "{564373E6-71AF-B523-9AB6-EF4BAC93148F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED05FF2A-8775-4552-B0FF-C9BCD6CB66D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED05FF2A-8775-4552-B0FF-C9BCD6CB66D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
Expand Down Expand Up @@ -76,6 +77,13 @@ Global
{38D360E7-663C-4A84-ADAF-D795FBF2426B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38D360E7-663C-4A84-ADAF-D795FBF2426B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38D360E7-663C-4A84-ADAF-D795FBF2426B}.Release|Any CPU.Build.0 = Release|Any CPU
{564373E6-71AF-B523-9AB6-EF4BAC93148F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{564373E6-71AF-B523-9AB6-EF4BAC93148F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{564373E6-71AF-B523-9AB6-EF4BAC93148F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{564373E6-71AF-B523-9AB6-EF4BAC93148F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ED05FF2A-8775-4552-B0FF-C9BCD6CB66D4} = {3E6CDD5D-9AEA-4A9C-9085-00D791DD34E4}
Expand All @@ -86,5 +94,10 @@ Global
{8C6376C9-61E6-4836-831E-8B3E8FDAE65F} = {0CDF551D-4B04-4860-BB8F-F3A77BC899ED}
{2E7E4313-B859-4A56-9B52-A4A170C255B9} = {A291A1E6-780A-4EDD-A053-BD03218434FD}
{5929BCE7-665A-472C-8498-A368E6675645} = {2E7E4313-B859-4A56-9B52-A4A170C255B9}
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {F4C92067-B21E-4309-A426-C7CEC0BD6213}
{564373E6-71AF-B523-9AB6-EF4BAC93148F} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C7BFC9B-2B0C-429F-AA42-D9CC92B0CB40}
EndGlobalSection
EndGlobal
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageVersion Include="MSTest.TestFramework" Version="3.6.4" />
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The Developer Portal has everything APS:
- [Data Management](https://www.nuget.org/packages/Autodesk.DataManagement)
- [Model Derivative](https://www.nuget.org/packages/Autodesk.ModelDerivative)
- [OSS](https://www.nuget.org/packages/Autodesk.Oss)
- [Secure Service Account](https://www.nuget.org/packages/Autodesk.SecureServiceAccount)
- [SDK Manager](https://www.nuget.org/packages/Autodesk.SDKManager)
- [Webhooks](https://www.nuget.org/packages/Autodesk.Webhooks)

Expand Down
28 changes: 28 additions & 0 deletions authentication/secureserviceaccount/secureserviceaccount.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autodesk.Authentication.SecureServiceAccount", "source\Autodesk.Authentication.SecureServiceAccount.csproj", "{1CFB83E1-D54E-47EF-8E4A-85307A766059}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autodesk.Authentication.SecureServiceAccount.Test", "test\Autodesk.Authentication.SecureServiceAccount.Test.csproj", "{0BD9E57E-E19A-635F-A2FB-550E9EBEBA1B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1CFB83E1-D54E-47EF-8E4A-85307A766059}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CFB83E1-D54E-47EF-8E4A-85307A766059}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CFB83E1-D54E-47EF-8E4A-85307A766059}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CFB83E1-D54E-47EF-8E4A-85307A766059}.Release|Any CPU.Build.0 = Release|Any CPU
{0BD9E57E-E19A-635F-A2FB-550E9EBEBA1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BD9E57E-E19A-635F-A2FB-550E9EBEBA1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BD9E57E-E19A-635F-A2FB-550E9EBEBA1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BD9E57E-E19A-635F-A2FB-550E9EBEBA1B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>Autodesk Platform Services SDK Team</Authors>
<PackageDescription>Client SDK for Secure Service Account API</PackageDescription>
<PackageReleaseNotes>
• Initial release of Secure Service Account API.
</PackageReleaseNotes>
<Copyright>Autodesk Inc.</Copyright>
<PackageId>Autodesk.SecureServiceAccount</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/autodesk-platform-services/aps-sdk-net.git</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autodesk.SDKManager" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
<None Include="../../../LICENSE.txt" Pack="true" PackagePath="" />
<None Include="../../../README.md" Pack="true" PackagePath="" />
</ItemGroup>

</Project>
Loading