Hey folks,
We’re trying to integrate keycloak with our webservices and just curious is there any API to methods that we can obtain user’s saml assertions?
Thanks,
Ray
Hey folks,
We’re trying to integrate keycloak with our webservices and just curious is there any API to methods that we can obtain user’s saml assertions?
Thanks,
Ray
No, SAML protocol is a web browser based protocol, not an API based protocol. I would recommend to install SAML tracer
browser extension into your favorite browser and you will be able to inspect user SAML requets/responses from the browser directly.
Thanks for quick response,
I notice there is a POST request with SAMLResponse request body to AWS Signin when keycloak perform sso login, so any method that we can generate “SAMLResponse” ?