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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -