Login to Keycloak using API

后端 未结 4 2062
执念已碎
执念已碎 2021-01-30 17:38

I have 2 different applications: say Application1 and Application2.

  1. I have integrated Application2 with keyc

4条回答
  •  心在旅途
    2021-01-30 17:43

    YES- You can login to the Application-1 with out using keycloak login interface.

    Various client adapters are available for achieving this. here you didn't mentioned your application frame work.

    To know more about the keyclaok client adapters : click here

    For example if you are choosing Node.js adapter then you can follow the link : node.js adapter

    keycloak implementation with node.js adapter, details about the REST api's and token validation mechanism are well explained in this link click for example

提交回复
热议问题