0

What is SAML of Keycloak, why do you need it, is it important, when should it replace with JWT, can I integrate with purpose authorization and authenticaion

kon zu
  • 13
  • 1
  • 3

1 Answers1

0

SAML is one of the supported protocol by Keycloak to secure your applications.
Applications here could be a spring boot app which serves some business logic.
There is question which you could look into to understand the Difference between JWT and SAML?

Umakanth
  • 686
  • 1
  • 5
  • 17