0
votes
1answer
19 views

CatalystX::SimpleLogin have multiple realms

I need to create an authentication system for two types of users, clients and staff. I would like to use two separate realms to authenticate them (via Catalyst::Plugin::Authentication), however I ...
0
votes
0answers
79 views

Worklight: Challenge-handler not working as expected

I used sample challenge handler that comes with Form Based Authentication module. I modified it as per my requirements. In my App, I have one Landing (home) page , where i have link to a login page. ...
1
vote
1answer
38 views

Worklight: multiple security realms

I want to know can we have multiple same name security tests defined in authenticationconfig.xml file? Will it Work fine, or cause problems? like this: <securityTests> ...
0
votes
0answers
19 views

How I can create new user from Java class to GlassFish?

I'm creating a basic web application where user can register and then login. Obviously there is registration, login and login error page. I'm using GlassFish server for authentication. I would like ...
0
votes
0answers
24 views

Tomcat 7 webapp failing all username and passwords

I am unable to login to my webapp with any username and password even though I know the passwords are correct. This started happening on our deployment server after upgrading versions of tomcat and ...
0
votes
1answer
34 views

Adding a max-retry feature to Java EE authentication

For my app I use a datasource realm for authentication. I would like to know if there is an easy way to add some features to j_security_check, like max retries or an idle time between 2 login ...
2
votes
1answer
80 views

Tomcat REALM doesn't authenticate in some cases

I am using Tomcat 7 and Realm for authenticating using JDBC. I extended DataSourceRealm to use our own implementation. My problem is that in some cases it seems like Tomcat REALM doesn't call any ...
0
votes
1answer
64 views

GlassFish v3.1 preventing several users login with same credentials

I am daveloping a JSF application that uses the GlassFish Security Realms for authentication. Everything works fine, but I am facing one problem though. Several users may login with the same ...
0
votes
0answers
179 views

Shrio login authentication not calling custom AuthorizingRealm

I have create a simple Apache Shiro authentication mechanism, however it is not working. The Subject is not using myAuthorizingRealm extension, and is just returning an AuthenticationException. Below ...
0
votes
0answers
76 views

JSF : limit the number of attempts to login

For authentication, I use this Form-Based Authentication example with JDBCRealm on Tomcat 7. It works. Now, I would like to do this : if the login fails, return to the login.xhtml page to propose ...
0
votes
0answers
34 views

Passed token is for invalid realm - was 'null' but should have been 'default'

We are facing one issue while implementing login functionality,We are creating a token after succesfully accepting the credentials, and if the token is valid, then we are redirecting to the homepage. ...
1
vote
1answer
260 views

Apache Shiro: Exception-Handling with Multiple Realms

We are using two realms (one for hashed passwords, the other one for generated plaintext keys) - this is working as expected. With a single realm, we could throw a DisabledAccountException exception ...
1
vote
1answer
2k views

Svn error, authentication fails [closed]

Using ubuntu, just suddently I am getting the following error when i am trying to connect to my svn to do any operation,checkout,commit etc. : Authentication realm: <https:.....> Subversion ...
0
votes
1answer
2k views

using basic tomcat authentication

I have a small application for which I need to implement tomcat authentication. After digging the internet, I found out Realm is the solution. Also I got how to configure my tomcat-users.xml, ...
0
votes
1answer
297 views

Xcode 4.4.1 checkout from subversion error

When I try to checkout from a subversion repository through Xcode 4.4.1 and after entering repository and subversion user information the following error returned: "Authentication realm: Assembla ...
1
vote
1answer
361 views

Glassfish JDBC + LDAP Realms

I'd like to authenticate users using both JDBC and LDAP connections. In the database I have usernames, roles, and a flag indicating if the user is allowed to log in. NAME | ROLE | ALLOWED user1 | r1 ...
1
vote
0answers
198 views

Glassfish 3.1 login realm shouldn't prompt for credentials for a specific URL

I have a web application set to prompt for a user name and password at every point of entry. Everything requires basic authentication except for one URL called showStatus which is designed to show the ...
1
vote
0answers
127 views

Tomcat - Assign roles based on client ip address in my custom realm

I am trying to create a custom realm based on certificate authentication. Basically I want to allow clients to connect if they present a trusted certificate. This is no problem and there are plenty of ...
1
vote
1answer
193 views

How do I know which page was requested before login on a JSF 2 page

I'm developing a web application with GlassFish 3.1 and JSF 2.0 / EJB 3.1. Some of my pages are secured. The secured URL-Parts are defined in the web.xml as URL-patterns. These pages are secured ...
0
votes
2answers
868 views

Login configuration in Vaadin/Spring application in JBoss AS 7

I am trying to configure authentication in my Vaadin/Spring application deployed in JBoss AS 7, but I cannot find any documentation on this. I've managed to configure the application so that only ...
1
vote
1answer
230 views

apache tomcat 7 combined Realm

Is it possible to use combined realm in order to authenticate users vs the Active directory and then get the roles for the user from SQL database? If yes please explain how and if no is please tell me ...
1
vote
2answers
95 views

Modal Apache htaccess?

Apache realm auth is great for quick and dirty site acl's. Can one do realm authentication with a modal window instead of the usual ugly native one? I know there are other solutions, like CAS, etc. ...
0
votes
1answer
231 views

Kerbtray realm and kdc for java gss-api

I'm using kerbtray.exe on Win7. How do I know exactly what the realm and kdc is for a java gss-api login?
3
votes
2answers
970 views

Java Application with Multiple JAAS Security Realms

I was wondering if it was possible to have a Java EE application with multiple JAAS security realms. I'm currently developing an application in which some users need to be authenticated with data ...
2
votes
2answers
2k views

Glassfish authentication : can the realm be an external database

I am completely new to login and authentication concepts. I am working on a Glassfish web application that should present general content to any visitor, and some extra content for registered users ...
0
votes
2answers
1k views

How to check if FORM Realm authentication failed?

I use FORM Authentication. <login-config> <auth-method>FORM</auth-method> <form-login-config> <form-login-page>/loginPage.jsp</form-login-page> ...
3
votes
2answers
2k views

How to log out user from web site using FORM authentication?

I am using FORM authentication, together with Realm. I would like to know how can I log out. The only solution so far is to close browser, but that's not acceptable from the usability standpoint. ...
2
votes
2answers
1k views

How to setup Tomcat web.xml and context.xml for 2 different (user and admin) authentication

Here's my situation: I want stuff under mysite/customer/* to require form-based authentication before access (login via mysite/customer/login.jsp, with its own user_password table and role. ) BUT ...
3
votes
1answer
2k views

Tomcat: Implementing java.security.Principal

I am trying to create a custom realm in Tomcat. My problem is that there is a SessionAttributeListener as part of the framework which checks to see if any object added to the session is serializable, ...
9
votes
5answers
5k views

Java Web Application: Using a custom realm

I'm writing a java web application which need to perform login through a webservice. Of course, none of the realms supplied with the application server I'm using (glassfish v2) can do the trick. I ...
0
votes
1answer
1k views

Tomcat: setup realm for authentication to use Windows users

I'd like to setup Tomcat on Windows and have authentication in my web application be done against the Windows users (or a subset of those users). I read that if you have users setup on Active ...