OpenIdentityPlatform / OpenDJ-SDK

The OpenDJ LDAP SDK brings you easy-to-use connection management, connection pooling, load balancing, and all the standard LDAP operations to read and write directory entries. OpenDJ LDAP SDK also lets you build applications with capabilities defined in additional draft and experimental RFCs that are supported by modern LDAP servers.
4 stars 6 forks source link

SCRAM-SHA-1(-PLUS) + SCRAM-SHA-256(-PLUS) supports #3

Open Neustradamus opened 5 years ago

Neustradamus commented 5 years ago

"When using the SASL SCRAM mechanism, the SCRAM-SHA-256-PLUS variant SHOULD be preferred over the SCRAM-SHA-256 variant, and SHA-256 variants [RFC7677] SHOULD be preferred over SHA-1 variants [RFC5802]".

Can you add support for?

LDAP:

I add SCRAM-SHA-512(-PLUS): https://xmpp.org/extensions/inbox/hash-recommendations.html

Linked to:

Neustradamus commented 4 years ago

SCRAM-SHA-256 and SCRAM-SHA-512 have been added:

maximthomas commented 4 years ago

@Neustradamus, We don't have plans to implement SASL SCRAM soon yet, but will put it into our roadmap. If you implement SASL SCRAM by yourself, it will be very appreciated.

Neustradamus commented 4 years ago

@maximthomas: I do not understand, it is in OpenDJ no?

maximthomas commented 4 years ago

@Neustradamus yes, it is OpenDJ

Neustradamus commented 4 years ago

@maximthomas: Not up-to-date?