Skip to content

Commit

Permalink
Update DynamicApplicationStore.cs (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle authored Dec 13, 2024
1 parent ad7284e commit e12f1aa
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ private static ImmutableApplication CreateClientFromApp(string id, AppClient app
var urlGenerator = serviceProvider.GetRequiredService<IUrlGenerator>();

var frontendId = Constants.ClientFrontendId;

yield return (frontendId, new OpenIddictApplicationDescriptor
{
DisplayName = "Frontend Client",
Expand Down Expand Up @@ -164,7 +163,6 @@ private static ImmutableApplication CreateClientFromApp(string id, AppClient app
});

var internalClientId = Constants.ClientInternalId;

yield return (internalClientId, new OpenIddictApplicationDescriptor
{
DisplayName = "Internal Client",
Expand Down Expand Up @@ -200,7 +198,6 @@ private static ImmutableApplication CreateClientFromApp(string id, AppClient app
}

var adminClientId = identityOptions.AdminClientId;

yield return (adminClientId, new OpenIddictApplicationDescriptor
{
DisplayName = "Admin Client",
Expand Down

0 comments on commit e12f1aa

Please sign in to comment.