Skip to content

Commit

Permalink
Merge pull request #459 from TopSwagCode/patch-1
Browse files Browse the repository at this point in the history
Update 3_api_access.md
  • Loading branch information
josephdecock committed Apr 30, 2024
2 parents b97d121 + df67e0f commit cac4653
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IdentityServer/v7/docs/content/quickstarts/3_api_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ builder.Services.AddAuthentication(options =>
options.ClientSecret = "secret";
options.ResponseType = "code";

options.SaveTokens = true;

options.Scope.Clear();
options.Scope.Add("openid");
options.Scope.Add("profile");
Expand Down

0 comments on commit cac4653

Please sign in to comment.