jsign icon indicating copy to clipboard operation
jsign copied to clipboard

Allow client_id/client_secret authentication for Azure Key Vault and Trusted Signing

Open spfeiffer-iem opened this issue 5 months ago • 4 comments

Azuresigntool allows authentication by access token or by client_id/client_secret. jsign only supports access token. This was briefly discussed as "nice improvement" in https://github.com/ebourg/jsign/issues/287

Obtaining an access token requires a web browser login (with 2FA in our case), while client_id/client_secret does not. For automated signing in CI pipelines using the latter would be much easier.

It would be very nice to have that functionality directly supported by jsign.

Thank you very much!

spfeiffer-iem avatar Aug 05 '25 13:08 spfeiffer-iem