Skip to content

Commit 29fcb2b

Browse files
Merge pull request #5733 from wso2/fixing-product-is-issue-19949-1764133457
Fix: Remove invalid organization_name placeholders for all affected versions (Product IS issue #19949)
2 parents e13e7b6 + fc7210c commit 29fcb2b

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

en/includes/guides/authentication/oidc/private-key-jwt-client-auth.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,8 @@ If you are implementing the authorization code flow, you have enabled **code** a
158158
```
159159

160160
Be sure to replace the following values in the request:
161-
161+
162162
<table>
163-
<tr>
164-
<th>
165-
<code>{organization_name}</code>
166-
</th>
167-
<td>
168-
Name of the organization that you are accessing.
169-
</td>
170-
</tr>
171163
<tr>
172164
<th>
173165
<code>{authorization_code}</code>
@@ -209,14 +201,6 @@ curl --location --request POST '{{ product_url_format }}/oauth2/token' \
209201
Be sure to replace the following values in the request:
210202
211203
<table>
212-
<tr>
213-
<th>
214-
<code>{organization_name}</code>
215-
</th>
216-
<td>
217-
Name of the organization that you are accessing.
218-
</td>
219-
</tr>
220204
<tr>
221205
<th>
222206
<code>{jwt_assertion}</code>

0 commit comments

Comments
 (0)