Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions authorize/src/test/resources/config/jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ key:
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
filename: "primary.jks" # private key that is used to sign JWT tokens.
keyName: selfsigned # key name that is used to identify the right key in keystore.
password: password # private key store password and private key password is the same
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token
audience: urn:com.networknt # default audience of the JWT token
expiredInMinutes: 10 # expired in 10 minutes by default for issued JWT tokens
Expand Down
1 change: 1 addition & 0 deletions code/src/test/resources/config/jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ key:
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
filename: "primary.jks" # private key that is used to sign JWT tokens.
keyName: selfsigned # key name that is used to identify the right key in keystore.
password: password # private key store password and private key password is the same
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token
audience: urn:com.networknt # default audience of the JWT token
expiredInMinutes: 10 # expired in 10 minutes by default for issued JWT tokens
Expand Down
1 change: 1 addition & 0 deletions db/mariadb/config/oauth2-code/jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ key:
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
filename: "primary.jks" # private key that is used to sign JWT tokens.
keyName: selfsigned # key name that is used to identify the right key in keystore.
password: password # private key store password and private key password is the same
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token
audience: urn:com.networknt # default audience of the JWT token
expiredInMinutes: 10 # expired in 10 minutes by default for issued JWT tokens
Expand Down
1 change: 1 addition & 0 deletions db/mariadb/config/oauth2-token/jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ key:
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
filename: "primary.jks" # private key that is used to sign JWT tokens.
keyName: selfsigned # key name that is used to identify the right key in keystore.
password: password # private key store password and private key password is the same
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token
audience: urn:com.networknt # default audience of the JWT token
expiredInMinutes: 10 # expired in 10 minutes by default for issued JWT tokens
Expand Down
1 change: 1 addition & 0 deletions db/mysql/config/oauth2-code/jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ key:
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
filename: "primary.jks" # private key that is used to sign JWT tokens.
keyName: selfsigned # key name that is used to identify the right key in keystore.
password: password # private key store password and private key password is the same
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token
audience: urn:com.networknt # default audience of the JWT token
expiredInMinutes: 10 # expired in 10 minutes by default for issued JWT tokens
Expand Down
1 change: 1 addition & 0 deletions db/mysql/config/oauth2-token/jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ key:
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
filename: "primary.jks" # private key that is used to sign JWT tokens.
keyName: selfsigned # key name that is used to identify the right key in keystore.
password: password # private key store password and private key password is the same
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token
audience: urn:com.networknt # default audience of the JWT token
expiredInMinutes: 10 # expired in 10 minutes by default for issued JWT tokens
Expand Down
1 change: 1 addition & 0 deletions db/oracle/config/oauth2-code/jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ key:
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
filename: "primary.jks" # private key that is used to sign JWT tokens.
keyName: selfsigned # key name that is used to identify the right key in keystore.
password: password # private key store password and private key password is the same
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token
audience: urn:com.networknt # default audience of the JWT token
expiredInMinutes: 10 # expired in 10 minutes by default for issued JWT tokens
Expand Down
1 change: 1 addition & 0 deletions db/oracle/config/oauth2-token/jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ key:
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
filename: "primary.jks" # private key that is used to sign JWT tokens.
keyName: selfsigned # key name that is used to identify the right key in keystore.
password: password # private key store password and private key password is the same
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token
audience: urn:com.networknt # default audience of the JWT token
expiredInMinutes: 10 # expired in 10 minutes by default for issued JWT tokens
Expand Down
1 change: 1 addition & 0 deletions db/postgres/config/oauth2-code/jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ key:
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
filename: "primary.jks" # private key that is used to sign JWT tokens.
keyName: selfsigned # key name that is used to identify the right key in keystore.
password: password # private key store password and private key password is the same
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token
audience: urn:com.networknt # default audience of the JWT token
expiredInMinutes: 10 # expired in 10 minutes by default for issued JWT tokens
Expand Down
1 change: 1 addition & 0 deletions db/postgres/config/oauth2-token/jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ key:
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
filename: "primary.jks" # private key that is used to sign JWT tokens.
keyName: selfsigned # key name that is used to identify the right key in keystore.
password: password # private key store password and private key password is the same
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token
audience: urn:com.networknt # default audience of the JWT token
expiredInMinutes: 10 # expired in 10 minutes by default for issued JWT tokens
Expand Down
1 change: 1 addition & 0 deletions db/sqlserver/config/oauth2-code/jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ key:
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
filename: "primary.jks" # private key that is used to sign JWT tokens.
keyName: selfsigned # key name that is used to identify the right key in keystore.
password: password # private key store password and private key password is the same
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token
audience: urn:com.networknt # default audience of the JWT token
expiredInMinutes: 10 # expired in 10 minutes by default for issued JWT tokens
Expand Down
1 change: 1 addition & 0 deletions db/sqlserver/config/oauth2-token/jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ key:
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
filename: "primary.jks" # private key that is used to sign JWT tokens.
keyName: selfsigned # key name that is used to identify the right key in keystore.
password: password # private key store password and private key password is the same
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token
audience: urn:com.networknt # default audience of the JWT token
expiredInMinutes: 10 # expired in 10 minutes by default for issued JWT tokens
Expand Down
1 change: 1 addition & 0 deletions token/src/test/resources/config/jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ key:
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
filename: "primary.jks" # private key that is used to sign JWT tokens.
keyName: selfsigned # key name that is used to identify the right key in keystore.
password: password # private key store password and private key password is the same
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token
audience: urn:com.networknt # default audience of the JWT token
expiredInMinutes: 10 # expired in 10 minutes by default for issued JWT tokens
Expand Down