[mitreid-connect] LDAP OpenID Connect Server releases

Luiz Omori luiz.omori at duke.edu
Tue Jul 14 13:38:44 EDT 2015


Hi,

We are using LDAP OpenID Connect Server to connect to our production LDAP backend. A few things:

1) It fails for me when I try to compile against released Spring Server 1.1.16 after updating its POM

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ldap-openid-connect-server-webapp: Compilation failure: Compilation failure:
edu/mit/kit/repository/impl/LdapUserInfoRepository.java:[11,38] package org.mitre.openid.connect.model does not exist
edu/mit/kit/repository/impl/LdapUserInfoRepository.java:[12,38] package org.mitre.openid.connect.model does not exist
edu/mit/kit/repository/impl/LdapUserInfoRepository.java:[13,43] package org.mitre.openid.connect.repository does not exist
edu/mit/kit/repository/impl/LdapUserInfoRepository.java:[34,48] cannot find symbol
symbol: class UserInfoRepository
edu/mit/kit/repository/impl/LdapUserInfoRepository.java:[106,38] cannot find symbol
symbol:   class UserInfo
location: class edu.mit.kit.repository.impl.LdapUserInfoRepository

UserInfoRepository seems to have moved out of openid-connect-common 1.1.16 and back for 1.2?

2) Is this module (LDAP) part of any releases? I can't see any in https://github.com/mitreid-connect/ldap-openid-connect-server

3) Just curious: why is this packaged as a separate module instead of adding the classes to the core and handling the LDAP versus non-LDAP deployments through configuration? Is this module "officially" supported?

Regards,
Luiz

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/mitreid-connect/attachments/20150714/7201d0d5/attachment.htm


More information about the mitreid-connect mailing list