Skip to content
Snippets Groups Projects

Document pass_user_identities_to_ci_jwt usage

Files
4
+ 1
1
@@ -871,7 +871,7 @@ Parameters:
| :------------------------------- | :------- | :--------------------------------------------------------------------------- |
| `view_diffs_file_by_file` | Yes | Flag indicating the user sees only one file diff per page. |
| `show_whitespace_in_diffs` | Yes | Flag indicating the user sees whitespace changes in diffs. |
| `pass_user_identities_to_ci_jwt` | Yes | Flag indicating the user passes their external identities as CI information. |
| `pass_user_identities_to_ci_jwt` | Yes | Flag indicating the user passes their external identities to a CI job as part of a JSON web token. For more information and examples, see [Token Payload](../ci/secrets/id_token_authentication.md#token-payload). |
## User follow
Loading