security - Keycloak SSO with SAML via webservice call/java api -


i'm working on keycloak client authentificate user saml 2.0. instead of redirecting user login page, want authentificate user directly on webservice call or java client/java api.

it possible login user saml keycloak client using keycloak service api?

does keycloak offer security token service?

what tried:

  • using java client login - worked openid-connect client, not saml client
  • searched documentation either saml java api or securitytokenservice

thank answers!


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -