Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jan 1, 2024
1 parent 44b3229 commit 376f35d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions RegisterUsersAzureB2CMsGraph/Services/MsGraphService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ namespace RegisterUsersAzureB2CMsGraph.Services;
public class MsGraphService
{
private readonly GraphServiceClient _graphServiceClient;
private readonly string? _aadIssuerDomain;
private readonly string? _aadB2CIssuerDomain;
private readonly string? _microsoftEntraIdFederated;

Expand All @@ -25,7 +24,6 @@ public MsGraphService(IConfiguration configuration)
var clientId = configuration.GetValue<string>("GraphApi:ClientId");
var clientSecret = configuration.GetValue<string>("GraphApi:ClientSecret");

_aadIssuerDomain = configuration.GetValue<string>("AadIssuerDomain");
_aadB2CIssuerDomain = configuration.GetValue<string>("AzureAdB2C:Domain");
_microsoftEntraIdFederated = configuration.GetValue<string>("MicrosoftEntraIdFederated");

Expand Down
1 change: 0 additions & 1 deletion RegisterUsersAzureB2CMsGraph/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"AdminGroupId": "3ee42686-e4da-4d42-a7ec-e94ab5b3d24e",
"UserGroupId": "331d49a0-a87e-4229-9284-5095de26ec7d"
},
"AadIssuerDomain": "damienbodhotmail.onmicrosoft.com",
"MicrosoftEntraIdFederated": "https://login.microsoftonline.com/7ff95b15-dc21-4ba6-bc92-824856578fc1/v2.0",
"Serilog": {
"MinimumLevel": {
Expand Down

0 comments on commit 376f35d

Please sign in to comment.