I’m trying to integrate a web-app that successfully uses keycloak for oidc auth, getting jwt access tokens to use as bearer tokens, but one of the apps that I need to integrate with requires saml for auth. I can access it directly using keycloak, where it correctly provides saml auth.
I want to know if there’s a way to get the various saml cookies along with the jwt tokens when I perform an oidc auth.
Any suggestions, I’ve seen some references to setting ‘Stored Tokens Readable’, but that only seems to apply to brokering an external saml idp. Is there something similar for the internal saml provider?
Sorry if some of this is vague, saml and keycloak are pretty new to me.
Thanks - Guy