Skip to content

Commit da77ce3

Browse files
Update titles
1 parent 03d1399 commit da77ce3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

en/identity-server/6.1.0/docs/guides/access-delegation/jwt-token-generation-without-revoking-existing-tokens.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# JSON Web Token (JWT) token generation without revoking existing tokens
1+
# JSON Web Token generation without revoking existing tokens
22

33
!!! note
4-
Instead of configuring the **JWT** token in the
4+
Instead of configuring the **JSON Web Token (JWT)** token in the
55
`deployment.toml` file, you can also choose to configure
66
it using the management console while configuring the OAuth application.
77

@@ -12,9 +12,9 @@
1212

1313
![jwt-token-issuer]({{base_path}}/assets/img/guides/jwt-token-issuer.png)
1414

15-
When WSO2 Identity Server receives a request to generate a new JSON Web Token (JWT), it issues a token based on the **application, user, scope, and binding** combination. If the server receives another request for the same combination, it revokes the existing token and returns a new one.
15+
When WSO2 Identity Server receives a request to generate a new JWT, it issues a token based on the **application, user, scope, and binding** combination. If the server receives another request for the same combination, it revokes the existing token and returns a new one.
1616

17-
If you want to generate a JWT token without revoking the existing token,
17+
If you want to generate a JWT without revoking the existing token,
1818
add and configure the following property in the `deployment.toml` file found in the `<IS_HOME>/repository/conf` folder.
1919

2020
```toml

en/identity-server/7.0.0/docs/deploy/jwt-token-generation-without-revoking-existing-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# JSON Web Token (JWT) token generation without revoking existing tokens
1+
# JSON Web Token generation without revoking existing tokens
22

33
When WSO2 Identity Server receives a request to generate a new JSON Web Token (JWT), it issues a token based on the **application, user, scope, and binding** combination. If the server receives another request for the same combination, it revokes the existing token and returns a new one.
44

5-
If you want to generate a JWT token without revoking the existing token, add and configure the following property in the
5+
If you want to generate a JWT without revoking the existing token, add and configure the following property in the
66
`deployment.toml` file found in the `<IS_HOME>/repository/conf` folder.
77

88
```toml

en/identity-server/7.1.0/docs/deploy/jwt-token-generation-without-revoking-existing-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# JSON Web Token (JWT) token generation without revoking existing tokens
1+
# JSON Web Token generation without revoking existing tokens
22

33
When WSO2 Identity Server receives a request to generate a new JSON Web Token (JWT), it issues a token based on the **application, user, scope, and binding** combination. If the server receives another request for the same combination, it revokes the existing token and returns a new one.
44

5-
If you want to generate a JWT token without revoking the existing token, add and configure the following property in the
5+
If you want to generate a JWT without revoking the existing token, add and configure the following property in the
66
`deployment.toml` file found in the `<IS_HOME>/repository/conf` folder.
77

88
```toml

en/identity-server/next/docs/deploy/jwt-token-generation-without-revoking-existing-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# JSON Web Token (JWT) token generation without revoking existing tokens
1+
# JSON Web Token generation without revoking existing tokens
22

33
When WSO2 Identity Server receives a request to generate a new JSON Web Token (JWT), it issues a token based on the **application, user, scope, and binding** combination. If the server receives another request for the same combination, it revokes the existing token and returns a new one.
44

5-
If you want to generate a JWT token without revoking the existing token, add and configure the following property in the
5+
If you want to generate a JWT without revoking the existing token, add and configure the following property in the
66
`deployment.toml` file found in the `<IS_HOME>/repository/conf` folder.
77

88
```toml

0 commit comments

Comments
 (0)