When a anyone attempts to generate a new JWT client secret, display a confirmation warning message. This warning helps prevent accidental JWT client secret regeneration. Because generating a new secret invalidates the existing secret, all active JWT integrations that use the previous secret will stop working until they are updated with the new secret.
Warning message
Generating a new JWT client secret will disconnect all existing JWT connections. To continue using the existing connections, you must update them with the new secret.
Do you want to continue?