cyberark / conjur-spring-boot-sdk

Apache License 2.0
5 stars 7 forks source link

Add Support for JWT authentication #84

Closed bnasslahsen closed 1 year ago

bnasslahsen commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently, the conjur-spring-boot-sdk only supports API KEY authentication. The current solution has many security limitations and causes the The Secret Zero Problem.
See https://www.conjur.org/blog/secret-zero-eliminating-the-ultimate-secret/

Describe the solution you would like

Additional context