A realm is a collection of usernames and passwords that identify valid users of a web application, plus an enumeration of the list of roles associated with each valid user.
0
votes
1answer
14 views
DatasourceRealm Tomcat 6 configuration: Name jdbc is not bound in this Context
I'm configuring a DatasourceRealm in Tomcat 6 configuring everything in META-INF/context.xml. web.xml seems to be configured correctly since login prompt is showing up.
Can someone help?
context.xml
...
-1
votes
0answers
26 views
Realms in Asterisk [closed]
How can a system (Asterisk) accept realms? I mean, for example we have two SIP accounts: exampleuser@test.com and exampleuser@anothertest.com. For Asterisk by default, these two accounts are the same ...
0
votes
0answers
6 views
Is JDBC Realm and form authentication with glassfish Single Login/Error page possible?
I've followed this tutorial
http://blog.eisele.net/2013/01/jdbc-realm-glassfish312-primefaces342.html
and got everything working. I would like to know if it's possible to have the login and error ...
1
vote
2answers
566 views
unable to change tomcat-users.xml and server.xml while tomcat(7) runs **within** eclipse(juno)
I ran into a problem today and I was hoping someone could answer/explain for me. I was trying to add a new role and new user to tomcat-users.xml ,and add a realm to server.xml ,to test some basic ...
0
votes
0answers
22 views
How to configure JNDI Realm with Tomcat 7 for PKI User Certificate Authentication?
List,
I have actually searched extensively on this topic and either a) I don't know how to configure something and/or b) I don't quite understand what a JNDI Realm actually is supposed to do. I am ...
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
6 views
JNDI Directory Realm
I am working with Active Directory for my web application and I am able to authenticate using my current Realm configuration.
My current Realm is:
<Realm ...
0
votes
0answers
77 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. ...
2
votes
2answers
1k views
How do I secure REST resources so that only a single user of a role can access it?
I have succesfully created a REST web service with Jersey and secured it via java security annotations.
It looks something like this
GET /users/ // gives me all users
GET /users/{id} // ...
0
votes
0answers
41 views
Glassfish realm login redirects to wrong page
Here is the form in index.jsp from where the page is called:
<form action="log_in" method="POST">
<table>
<tr>
<td>
...
0
votes
0answers
24 views
Cannot see WebService Role in WebLogic Console
I am trying to automate the following steps i do through WLS Console :
a. In the Weblogic console's Home page, click on Deployments link form left, find "gateway-management-service"
b. Expand, ...
2
votes
1answer
12k views
Accessing secure restful web services using jersey client
I have created web services based on Jersey (auto generated via Netbeans).
I have also created a user names “testClient” with password “secret” and created User group “Users” and used file Realm ...
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
15 views
weblogic AuthenticationFilter is not beint invoked
I've tried to implement a Weblogic Servlet Authentication Filter as it is described here. But it turns out that the Filter is not invoked by requests pointing to an deployed web application. I ...
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
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 ...
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
2answers
200 views
OpenShift, Tomcat7 and JDBC Realm
I am trying to deploy JaveEE Tomcat7 based application to OpenShift. Whole configuration is based on Tomcat 7 (JBoss EWS 2.0) catridge. Up to now I'd developed my application locally and all worked ...
1
vote
1answer
193 views
apache shiro: how to set the authenticationStrategy using spring applicationcontext?
I've been struggling with authenticationStrategy settings with shiro 1.2.1 in a spring based web application. I have 2 realms. One authenticates against database and one against ldap. both realms are ...
0
votes
1answer
112 views
OpenAM: create user within Realm fails using REST API
I am a newbie and playing around with OpenAM. Am using OpenAM 10.1 with embedded OpenDS. I am not able to create user (within a REALM) using REST API as in
curl
-X POST
-H "iplanetDirectoryPro: ...
0
votes
0answers
130 views
filter redirect to requested page with security-constraint
that's my first question and i hope i don't violate the rules.
Okay, following situation (similar to some other questions):
my authentication landscape consists of:
a ViewScoped CDI Login-Bean ...
1
vote
1answer
2k views
Custom realm problem in GlassFish 3.1
I would like to use a custom realm with glassfish 3.1
I took the two file from this topic to try. Custom Glassfish Security Realm does not work (unable to find LoginModule)
The CustomRealm.java
...
2
votes
1answer
38 views
Java realm and secured request
I'm developing a game with separated and isolated universes (like ogame for those who know this game). One player (account) is associated with one universe but one player (physical) can create one ...
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
62 views
Java security annotations ignored
I'm building a Maven Web Application user authentication. I created a new JDBC Realm in Glassfish and setup my domain classes with JPA. I can login with some created users and can check if they have a ...
2
votes
0answers
104 views
Howto use JDBC realm in embedded Glassfish
I'm using embedded Glassfish (org.glassfish.main.extras:glassfish-embedded-all:3.1.2.2) and tried to add a JDBC realm. The application deploys fine but when trying to login (Basic auth. shows the ...
2
votes
0answers
159 views
tomcat kerberos authentication + ldap authorization
We use LDAP to authenticate and authorize users on a tomcat server, but now need to remove the passwords from LDAP and switch over to kerberos authentication.
Now we would like to authenticate the ...
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 ...
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 ...
4
votes
1answer
182 views
Custom isUserInRole implementation with RDBMS
I'm developing a Java EE 6 applications using Glassfish 3.1.1 as my app server. I'm using declarative and programmatic security. I've defined several roles at my deployment descriptor, and defined all ...
0
votes
1answer
83 views
Can HTTP basic authentication be applied outside of assigned realm with PHP?
I am using PHP to implement HTTP Basic Authentication on the Apache HTTP Server (version 2.2). The only directory I want to password-protect is a sub-directory of the main public web root of my ...
0
votes
0answers
41 views
Using custom realm with Glassfish V3
I'm just wondering if we can use more than 2 parameters (username + password) to authenticate users via realm in Glassfish V3 ?
I have to introduce another parameter to choose database to process ...
3
votes
2answers
462 views
Tomcat 7 nesting CombinedRealm, LockoutRealm and DataSourceRealm
I'm trying to nest Realms as follows in Tomcat 7.0.32 (written here in pseudo-XML):
<CombinedRealm>
<LockoutRealm>
<DataSourceRealm/>
</LockoutRealm>
...
0
votes
0answers
178 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 ...
3
votes
1answer
118 views
Logging from Custom Tomcat Realm
This is probably a very dumb question, but I can't seem to find the answer to it. I have a custom Realm for Tomcat, utilized at the Context level. I would like to log failed and successful logins.
...
1
vote
1answer
268 views
Redirect after Realm authentication on Glassfish
I'm currently running a JPA/EJB/JSF application on Glassfish and using the security JDBC realm for authentication. The realm works pretty well, fulfilling the requirements, until the customer asked ...
4
votes
1answer
129 views
How can i define a Loginmodule from Glassfish asadmin?
I'm currently implementing a Glassfish realm backed by a neo4j DB.
For that, i've defined a Realm class and a LoginModule class.
I can install the realm using the create-auth-realm asadmin command. ...
0
votes
0answers
111 views
Programmatically access JBoss Security realm
I have defined a realm in standalone.xml which is:
<security-domain name="adbRealm" cache-type="default">
<authentication>
<login-module ...
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 ...
3
votes
0answers
64 views
Java EE duplicates session over the network
I've developed a Java EE Sprint Maps Application with realm. The problem is that when I logged in a computer, every computer on the network I am getting the same session as the first computer that ...
0
votes
0answers
135 views
Tomcat 7 ldap realm failing on Linux server [closed]
The following realm configuration is working on my Mac, but when I try to use it on a Linux server it's failing. The confusing thing is that it mentions localhost:389, but I'm not pointing it at ...
1
vote
0answers
106 views
error in Configure Tomcat 7 realm
Hi can anyone help me with it , I spend whole evening but couldnt make it work :(
here is in my web.xml
<security-constraint>
<web-resource-collection>
...
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
259 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 ...
0
votes
0answers
270 views
Issue in Federation in OpenAM with specific realms
I am stuck while setting up federation using OpenAM.
I have setup the following:
• IDP: www.idpexample.com:9080/openam_10.0.0 (Identity store is OpenDJ Instance 1), realm = idpexample
• SP: ...
3
votes
1answer
240 views
Debugging a custom tomcat realm
I am developping a custom realm for Tomcat 7 using maven and eclipse juno.
It looks a lot like the solution described in Implement a Tomcat Realm with LDAP authentication and JDBC authorization , ...
0
votes
0answers
61 views
Custom realm in Glassfish
How can I implement new realm in Glassfish V3 when I have to authenticate user with username, password AND a string ?
Thank you
Olivier
0
votes
0answers
106 views
get request parameter with custom realm
I want to develop a custom realm for Glassfish V3 which is basically an extending of jdbcRealm. This realm should access many databases so it's necessary to get in addition to username and password ...
2
votes
1answer
3k views
Getting Active Directory Realm with Glassfish 3.1
I have been trying to create an Active Directory LDAP Realm in Glassfish 3.1 all day and I finally figured it out. Here is how I did it.
I created 3 files a
login.xhtml
<h:body>
...
1
vote
2answers
5k views
Configuring a Context specific Tomcat Security Realm
I am trying to get a context specific security Realm in Tomcat 6.0, but when I start Tomcat I get the following error:
09-Dec-2010 16:12:40 org.apache.catalina.startup.ContextConfig ...






