Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Use the following names and values for the Identity SDK to ensure proper authent
| `CAMUNDA_IDENTITY_AUTHSCOPES` | `camunda.identity.auth-scopes` | Defines the scopes that should be applied to the token, provided as list separated by spaces. | `openid email offline_access` |
| `CAMUNDA_IDENTITY_USEBACKENDAUTHURL` | `camunda.identity.use-backend-auth-url` | Whether the fetching refresh tokens and logout will be performed against the `issuer` or the `issuer-backend-url`. | `false` |
| `CAMUNDA_IDENTITY_CLOCKSKEW` | `camunda.identity.clock-skew` | Sets the allowed clock skew when validating JWT issuance and expiration. Format: ISO 8601 | `60S` |
| `CAMUNDA_IDENTITY_MAXSAVEPOSTSIZE` | `camunda.identity.max-save-post-size` | Maximum bytes Tomcat buffers per connection during the HTTP/1.1 to HTTP/2 (h2c) upgrade. Set to `-1` to remove the limit. | `131072` |

## License configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Use the following names and values for the Identity SDK to ensure proper authent
| `CAMUNDA_IDENTITY_AUTHSCOPES` | `camunda.identity.auth-scopes` | Defines the scopes that should be applied to the token, provided as list separated by spaces. | `openid email offline_access` |
| `CAMUNDA_IDENTITY_USEBACKENDAUTHURL` | `camunda.identity.use-backend-auth-url` | Whether the fetching refresh tokens and logout will be performed against the `issuer` or the `issuer-backend-url`. | `false` |
| `CAMUNDA_IDENTITY_CLOCKSKEW` | `camunda.identity.clock-skew` | Sets the allowed clock skew when validating JWT issuance and expiration. Format: ISO 8601 | `60S` |
| `CAMUNDA_IDENTITY_MAXSAVEPOSTSIZE` | `camunda.identity.max-save-post-size` | Maximum bytes Tomcat buffers per connection during the HTTP/1.1 to HTTP/2 (h2c) upgrade. Set to `-1` to remove the limit. | `131072` |

## License configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Use the following names and values for the Identity SDK to ensure proper authent
| `CAMUNDA_IDENTITY_AUTHSCOPES` | `camunda.identity.auth-scopes` | Defines the scopes that should be applied to the token, provided as list separated by spaces. | `openid email offline_access` |
| `CAMUNDA_IDENTITY_USEBACKENDAUTHURL` | `camunda.identity.use-backend-auth-url` | Whether the fetching refresh tokens and logout will be performed against the `issuer` or the `issuer-backend-url`. | `false` |
| `CAMUNDA_IDENTITY_CLOCKSKEW` | `camunda.identity.clock-skew` | Sets the allowed clock skew when validating JWT issuance and expiration. Format: ISO 8601 | `60S` |
| `CAMUNDA_IDENTITY_MAXSAVEPOSTSIZE` | `camunda.identity.max-save-post-size` | Maximum bytes Tomcat buffers per connection during the HTTP/1.1 to HTTP/2 (h2c) upgrade. Set to `-1` to remove the limit. | `131072` |

## License configuration

Expand Down
Loading