Skip to content

Commit

Permalink
remove old cache
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Oct 19, 2021
1 parent 26c23d9 commit ef35769
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 86 deletions.
83 changes: 0 additions & 83 deletions src/SignService/Models/ADALSessionCache.cs

This file was deleted.

3 changes: 0 additions & 3 deletions src/SignService/Services/GraphHttpService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public class GraphHttpService : IGraphHttpService
{
readonly MicrosoftIdentityOptions azureAdOptions;
readonly AdminConfig adminConfig;
//readonly AuthenticationContext adalContext;
readonly ITokenAcquisition tokenAcquisition;
static readonly HttpMethod PatchMethod = new("PATCH");
readonly string graphUserResourceId;
Expand All @@ -35,8 +34,6 @@ public GraphHttpService(IOptionsSnapshot<MicrosoftIdentityOptions> azureAdOption
graphUserResourceId = resources.Value.GraphUserId;

var userId = user.ObjectId;

// adalContext = new AuthenticationContext($"{this.azureAdOptions.Instance}{this.azureAdOptions.TenantId}", new ADALSessionCache(userId, contextAccessor));
}

public async Task<List<T>> Get<T>(string url)
Expand Down

0 comments on commit ef35769

Please sign in to comment.