Hi, I am unable to login to jspwiki with jboss container authentication. Below are the log messages that I get. I have enabled the container authentication in jspwiki.properties: jspwiki.authorizer = com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
The authentication in jboss seems to be working fine, but is failing in jspwiki. Someone please help... I have these lines in jboss->users.properties rk=Admin, Authenticated, extern, intern, User rr=Admin tt=Admin tt.roles=Admin I have these lines in jboss->roles.properties rk=Admin, Authenticated, extern, intern, User rr=Admin tt=Admin tt.roles=Admin ... 2008-01-27 18:17:37,562 [http-0.0.0.0-8080-2] TRACE org.jboss.security.auth.login.XMLLoginConfigImpl - End getAppConfigurationEntry(JSPWiki-container), authInfo=AppConfigurationEntry[]: [0] LoginModule Class: org.jboss.security.auth.spi.UsersRolesLoginModule ControlFlag: LoginModuleControlFlag: required Options: 2008-01-27 18:17:37,562 [http-0.0.0.0-8080-2] TRACE org.jboss.security.auth.spi.UsersRolesLoginModule - initialize, [EMAIL PROTECTED] 2008-01-27 18:17:37,562 [http-0.0.0.0-8080-2] TRACE org.jboss.security.auth.spi.UsersRolesLoginModule - Security domain: other 2008-01-27 18:17:37,562 [http-0.0.0.0-8080-2] TRACE org.jboss.security.auth.spi.UsersRolesLoginModule - findResource: null 2008-01-27 18:17:37,562 [http-0.0.0.0-8080-2] TRACE org.jboss.security.auth.spi.UsersRolesLoginModule - Properties file=file:/C:/install/Server/jboss- 4.0.5.GA/server/default/conf/users.properties, defaults=null 2008-01-27 18:17:37,562 [http-0.0.0.0-8080-2] DEBUG org.jboss.security.auth.spi.UsersRolesLoginModule - Loaded properties, users=[rr, tt, rk] 2008-01-27 18:17:37,562 [http-0.0.0.0-8080-2] TRACE org.jboss.security.auth.spi.UsersRolesLoginModule - findResource: null 2008-01-27 18:17:37,562 [http-0.0.0.0-8080-2] TRACE org.jboss.security.auth.spi.UsersRolesLoginModule - Properties file=file:/C:/install/Server/jboss- 4.0.5.GA/server/default/conf/roles.properties, defaults=null 2008-01-27 18:17:37,562 [http-0.0.0.0-8080-2] DEBUG org.jboss.security.auth.spi.UsersRolesLoginModule - Loaded properties, users=[tt.roles, rr, tt, rk] 2008-01-27 18:17:37,562 [http-0.0.0.0-8080-2] TRACE org.jboss.security.auth.spi.UsersRolesLoginModule - login 2008-01-27 18:17:37,562 [http-0.0.0.0-8080-2] TRACE org.jboss.security.auth.spi.UsersRolesLoginModule - abort 2008-01-27 18:17:37,562 [http-0.0.0.0-8080-2] ERROR com.ecyrd.jspwiki.auth.AuthenticationManager - Couldn't log in. Message=CallbackHandler does not support: [EMAIL PROTECTED]
