I configured a SAML client in keycloak and I mapped it with our hubspot account, so I want to click on a button in my Application to access into our hubspot account, my idea is to add KEYCLOAK_IDENTITY cookie to an http response (IDP initiated sso login url) to authenticate in hubspot via keycloak without login form. Note that I tried this successfully with a browser KEYCLOAK IDENTITY ccokie. But I don't know how this cookie is generated?