Skip to content

Commit

Permalink
Merge pull request #129 from DuendeSoftware/joe/dynamic-providers-no-…
Browse files Browse the repository at this point in the history
…acrvalues-idp

Remove idp acr_values parameter from dynamic providers example
  • Loading branch information
brockallen authored Jun 26, 2023
2 parents 42cde4d + ec43b53 commit 88eef6a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ public void ConfigureServices(IServiceCollection services)
NameClaimType = "name",
RoleClaimType = "role"
};
options.Events.OnRedirectToIdentityProvider = ctx =>
{
ctx.ProtocolMessage.AcrValues = "idp:adfs";
return Task.CompletedTask;
};
});
}

Expand Down

0 comments on commit 88eef6a

Please sign in to comment.