cyberark / conjur-api-java

Java client for the CyberArk Conjur API
Apache License 2.0
17 stars 14 forks source link

Support various authentication methods #40

Closed AndrewCopeland closed 4 years ago

AndrewCopeland commented 4 years ago

Currently the Conjur java api client does not support the ability to authenticate using conjur's IAM or OIDC authenticators.

A customer is requesting this functionality be added to this api client since they would like to have a JAR to interface with the conjur api.

I have implemented IAM authentication in this repo https://github.com/AndrewCopeland/conjur-iam-api-key-java .

I will look into what needs to be modified to support alternative authentication types (other than api key or session token)

AndrewCopeland commented 4 years ago

Resolved in https://github.com/cyberark/conjur-api-java/pull/43