Mickaël Guessant

Results 201 comments of Mickaël Guessant

Next release should probably happen soon, just have some library upgrades to do before

The kerberos logic is in davmail.http.KerberosHelper, it will first try to fetch the cached ticket (System.getenv().get("KRB5CCNAME")), if this does not work the credentials callbackhandler will provide username/password provided by client....

Changed most links from http to https, don't have access to lgtm alerts can you please check ?

Thanks for your contribution, will consider this for next release

Most likely a server side issue then. I found it strange that you can still access outlook.office365.com with simple username/password on EWS endpoint, and with an outlook.com account. Is this...

This looks like a conditional access issue, you have to find which conditions were added by your admins. As an example it may be a user-agent control => try to...

Are all the certificates signed by the same certificate authority ? If yes then you just need to add the CA certificate to your JDK truststore (cacerts) The accept dialog...

Sounds like the tld setting introduced for .us tenants will not be enough to cover this. The good news is that we already moved O365 url value to Settings class...

That's exactly what O365Interactive does: proceed with authentication inside an embedded web browser and capture OIDC code to obtain a token. Unfortunately Java web browser support is limited (relies on...