My HTML code is like below where i pass the crumb and try to trigger a Jenkins DSL job along with passing parameters:
On the browser i see the URL as:
I frankly have no idea how can I pass the crumb using HTML submit button. I had obtained my crumb from When i click on
My Jenkins has SAML based SSO for login and I would like the user triggering the The job Also, I'm able to trigger the job using Can you please suggest how to get this to work? You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/8d5e3e1a-5adc-4b96-8fdc-d5765ccf5dd8o%40googlegroups.com. |
simple answer is no. an href cannot include a headers directive or anything else)
It can be done using ajax -- https://stackoverflow.com/questions/374885/can-i-change-the-headers-of-the-http-request-sent-by-the-browser or you could build a proxy that did nothing but add that header. But if you do that, you might as well allow anonymous users to start jobs and then the header becomes superfluous (I think). On Sunday, November 1, 2020 at 1:49:16 PM UTC-5 [hidden email] wrote:
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/e2cc978b-5c82-441e-abd6-ff489b557bban%40googlegroups.com. |
also, if your authentication is SAML, you will have to use an API Token to call the API. SAML delegate the authentication in your IdP so Jenkins does not process your User and Password only the TOKEN generated by your IdP.
El lunes, 2 de noviembre de 2020 a las 18:17:00 UTC+1, [hidden email] escribió: simple answer is no. an href cannot include a headers directive or anything else) You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0bc457fd-4299-4fb7-8a0f-fb53a80175ebn%40googlegroups.com. |
Free forum by Nabble | Edit this page |