Skip to content

Commit 4f92b78

Browse files
committed
Merge remote-tracking branch 'remotes/origin/master' into feature/web-forms-code-example
# Conflicts: # launcher-csharp/Admin/Examples/AuditUsers.cs
2 parents c10493c + e704573 commit 4f92b78

File tree

9 files changed

+8
-321
lines changed

9 files changed

+8
-321
lines changed

JWT-Console/JWT-Console - VS2019.csproj

Lines changed: 0 additions & 37 deletions
This file was deleted.

JWT-Console/JWT-Console - VS2019.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

Quick_ACG/Quick_ACG - VS2019.csproj

Lines changed: 0 additions & 67 deletions
This file was deleted.

Quick_ACG/Quick_ACG - VS2019.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For a list of code examples that use the Admin API, see the [How-to guides overv
7979
where {base_url} is the URL for the web app.
8080

8181
1. [C# .NET Core](https://dotnet.microsoft.com/download/dotnet-core) 3.1 or later.
82-
1. [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) with ASP.NET package (Visual Studio 2019 is also supported).
82+
1. [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) with ASP.NET package
8383

8484

8585
### Installation steps
@@ -118,11 +118,11 @@ Also, in order to select JSON Web Token authentication in the launcher, in launc
118118
1. Select your desired code example.
119119

120120
## Authorization Code Grant embedded signing example:
121-
1. Double click the Quick_ACG.csproj (or Quick_ACG-2019.csproj for VS 2109) file in the Quick_ACG folder of your Quickstart project.
121+
1. Double click the Quick_ACG.csproj file in the Quick_ACG folder of your Quickstart project.
122122
1. Select the green Play IIS Express button.
123123

124124
## JWT grant remote signing project
125-
1. Double click the JWT-Console.csproj (or JWT-Console-2019.csproj for VS 2109) file in the JWT-Console folder of your Quickstart project.
125+
1. Double click the JWT-Console.csproj file in the JWT-Console folder of your Quickstart project.
126126
1. Select the green Play JWT Console button.
127127

128128
## Payments code example

launcher-csharp - VS2019.sln

Lines changed: 0 additions & 48 deletions
This file was deleted.

launcher-csharp.Tests/launcher-csharp.Tests - VS2019.csproj

Lines changed: 0 additions & 44 deletions
This file was deleted.

launcher-csharp/Admin/Examples/AuditUsers.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,16 @@ public static IEnumerable<UserDrilldownResponse> GetRecentlyModifiedUsersData(st
4040

4141
//ds-snippet-start:Admin5Step5
4242
var usersData = new List<UserDrilldownResponse>();
43+
//ds-snippet-end:Admin5Step5
44+
//ds-snippet-start:Admin5Step4
4345
foreach (var user in recentlyModifiedUsers.Users)
4446
{
4547
var getUserProfilesOptions = new UsersApi.GetUserProfilesOptions { email = user.Email };
48+
//ds-snippet-end:Admin5Step4
49+
//ds-snippet-start:Admin5Step5
4650
usersData.AddRange(usersApi.GetUserProfiles(orgId, getUserProfilesOptions).Users);
51+
//ds-snippet-end:Admin5Step5
4752
}
48-
//ds-snippet-end:Admin5Step5
4953

5054
return usersData;
5155
}

launcher-csharp/launcher-csharp - VS2019.csproj

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)