Use pac4j-saml only for validating SAMLResponse
How can I use pac4j-saml
only for validating the SAMLResponse
that I get back. Ultimately need the user profile.
SAML Login with Scala application as SP with pac4j-saml
I have a scala
service which would act like the SP and would like to provide users to authenticate using SAML, for which I am using pac4j-saml
. The IdP that I am using is keycloak.