What are the back-end systems attempting to authenticate? If the
back-end systems simply need to authenticate the calling client, then
the Client Credentials grant is the way to go.
If you're attempting to get an OIDC token on behalf of the user after
SAML authentication, well that's another story...
Josh Cain
Senior Software Applications Engineer, RHCE
Red Hat North America
jcain(a)redhat.com IRC: jcain
On 03/28/2018 07:29 AM, Pulkit Gupta wrote:
Hi Team,
We are using SAML based clients for our applications but we also need a JWT
to pass to other systems so that they can also do their validation.
Do we have a straight forward way of getting a JWT Token for a SAML based
client from Keycloak.