From 51493526ae502560e0043a87b4a0cfdeda73427e Mon Sep 17 00:00:00 2001 From: Vladimir Lastik <47181231+valdian@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:01:39 +0200 Subject: [PATCH] Update shared_secret.md (#514) --- .../v7/docs/content/tokens/authentication/shared_secret.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/IdentityServer/v7/docs/content/tokens/authentication/shared_secret.md b/IdentityServer/v7/docs/content/tokens/authentication/shared_secret.md index 537cae8b..4cec1a43 100644 --- a/IdentityServer/v7/docs/content/tokens/authentication/shared_secret.md +++ b/IdentityServer/v7/docs/content/tokens/authentication/shared_secret.md @@ -60,8 +60,6 @@ POST /connect/token Content-type: application/x-www-form-urlencoded Authorization: Basic xxxxx - client_id=client1& - client_secret=secret& grant_type=authorization_code& code=hdh922& redirect_uri=https://myapp.com/callback @@ -85,4 +83,4 @@ var response = await client.RequestAuthorizationCodeTokenAsync(new Authorization Code = "...", CodeVerifier = "...", RedirectUri = "https://app.com/callback" -}); \ No newline at end of file +});