openam-jp / openam

Other
32 stars 15 forks source link

openam hotp email sender mfa issue while tree map authentication #213

Open jugal123-star opened 4 years ago

jugal123-star commented 4 years ago

DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map DEBUG: JavaMail version 1.6.0 DEBUG: successfully loaded resource: /META-INF/javamail.default.providers DEBUG: Tables of loaded providers DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle]} DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]} DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map

tsujiguchitky commented 4 years ago

Hi @jugal123-star Does this issue occur on our OpenAM (OpenAM Consortium Edition)? I think our OpenAM does not provide tree map authentication you said.

jugal123-star commented 4 years ago

Hello tsujiguchitky, Thanks for the reply...I am not getting issue in this one(OpenAM Consortium Edition) but I am getting this exception in ForgeRock Access Management 6.5.2.3 version.I have not explored consortium edition so I was keen to know that here also the getting the same issue like that.If anyone know about this bug then feel free to share there ideas....

Thank You Jugal

tsujiguchitky commented 4 years ago

I can't find any problems in the logs.

These JavaMail debug logs may be output even when FrogeRock AM works fine. Today, the consortium edition no longer output these logs (see #29).