- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is "Message Key Negotiation" in Agent API for Java optional or necessary?
Hy,
I want to use the Authentication Agent API 8.6 for Java Developer and in the Developer Guide is a section "Configure Message Key Negotiation".
Is this feature "Message Key Negotiation" optional or must i add the mentioned security provider into the JDK?
I ask this question, because i have had already a lot of problems with a IBM JDK and configuring the security providers in the "java.security" file and want to avoid this step when possible.
Thanks for any help.
Wilko
- Tags:
- Agent
- Agents
- Auth Agent
- Authentication Agent
- Authentication Agent API
- Community Thread
- Discussion
- Forum Thread
- Java
- message key negotiation
- RSA SecurID
- RSA SecurID Access
- SecurID
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is necessary. The API will throw key negotiation and credential mismatch errors otherwise.
Message key negotiation is to generate the shared symmetric key used to encrypt authentication requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is necessary. The API will throw key negotiation and credential mismatch errors otherwise.
Message key negotiation is to generate the shared symmetric key used to encrypt authentication requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your answer.
It was what i suspected 😞
