vharseko on master
update npm-shrinkwrap.json (compare)
vharseko on master
FIX QuotaExhaustionActionImpl.d… (compare)
vharseko on master
opendj.version: 4.4.15-SNAPSHOT… (compare)
vharseko on master
FIX QuotaExhaustionActionImpl.d… (compare)
vharseko on master
<opendj.version>4.4.13</opendj.… (compare)
maximthomas on java-11
fix CTS cast exception (compare)
11/25/2020 03:23:02:015 PM UTC: Creating OpenAM suffix
ERROR: The server rejected the task for the following reason: None of the
Directory Server backends are configured with the requested backend ID or base
DNs that include the specified branches
@maximthomas Hi again.
I have problems to generate the QR, that conforms to: otpauth://totp/<account id>@<issuer>?secret=<base32 encoded secret>&issuer=<Issuer Name>
<account id> No problem, the uid of the user.
<issuer> What do you means by issuer? The URL of the OpenAM server?
<base 32 encoded secret> No problem.
<Issuer Name> It may be any?
Thank you for your time.
Good days.
I've just successful in setting HOTP (smtp based) authentication and OATH Google Authentication smtp based.
But I have a minor problem with HOTP.
If the mail address is in an attribute different than mail I've not successful.
I've just setted the attribute name (NEW_EMAIL_ATTRIBUTE_NAME) in Email Attribute Name, the attribute exists for the user test, and it contains a valid value, but I have the following error (I have omitted non relevant log lines):
Auto sending OTP code
HOTP.sendSMS() : Using phone attribute of telephoneNumber
HOTP.sendSMS() : IdRepoException : no phone number found with username : test
HOTP.sendSMS() : Using email attribute of NEW_EMAIL_ATTRIBUTE_NAME
HOTP.sendSMS() : IdRepo: no email found with username : test
HOTP.sendSMS() : IdRepo: no phone or email found with username : test
When I replace NEW_EMAIL_ATTRIBUTE_NAME with mail (both attributes contains the same value in my tests) then it works.
Any idea?
Thank you.
maximthomas Hi again.
I downloaded the custom-authentication-module (inside openam-samples) to have a template to write CAM's for OpenIdentityPlatform.
I've tried to build it for versions 14.6.2 and 14.5.4, but I've got error because non available dependencies:
Are there in some repository?
I excluded them from openam-core dependency, and then the custom-auth-sample project buillt OK.
But I am felling that those libraries should be necessery in some sceneries.