Re: jenkins, saml and Keycloak SSO

2018-02-19 Thread Ivan Fernandez Calvo
The Data binding Method SAML Plugin setting should be HTTP-POST, you IdP metadata only support HTTP-POST (https://github.com/jenkinsci/saml-plugin/blob/master/doc/CONFIGURE.md https://github.com/jenkinsci/saml-plugin/blob/master/doc/TROUBLESHOOTING.md -- You received this message because you

Re: jenkins, saml and Keycloak SSO

2018-02-19 Thread Vikas Kumar
Hello Ivan, Thanks for your response. To be honest, I am a novice in SAML at the moment but have managed to hook Keycloak to AWS using some tutorials :). I have tried turning off signing and encryption in Keycloak and configured below parameters after google-ing.

jenkins, saml and Keycloak SSO

2018-02-18 Thread Ivan Fernandez Calvo
>How can I add the IDP public key to my keystore and how to configure jenkins >to decode saml message with the key in the keystore ? The IdP key should be in the IdP Metadata as described in https://www.oasis-open.org/committees/download.php/51890/SAML%20MD%20simplified%20overview.pdf If You

Re: jenkins, saml and Keycloak SSO

2018-02-17 Thread Ivan Fernandez Calvo
Did you import the public key of the SP (Jenkins) in the IdP? If not, import it or disable the signing and/or encryption in the IdP. Other option it is to use the version 0.14 of SAML Plugin that not enforce to define any key . -- You received this message because you are subscribed to the

Re: jenkins, saml and Keycloak SSO

2018-02-16 Thread Vikas Kumar
Hello James, Did you get this working? I am too facing all sorts of issues trying to do so. Regards, Vikas On Monday, 16 January 2017 14:09:07 UTC+11, James Regis wrote: > > Hello, > > I am trying to make jenkins + saml plugin + keycloak working together and > I am facing a issue. > > I have

jenkins, saml and Keycloak SSO

2017-01-15 Thread James Regis
Hello, I am trying to make jenkins + saml plugin + keycloak working together and I am facing a issue. I have gnerate the IDP metadata and once I am trying to login : http://jenkins.example.com/securityRealm/finishLogin, I am redirected to the keycloak login page. When I am trying to login