jaas Questions
0
Iam trying to authenticate from Angular2.1.0 to JAAS form-based j2ee app on WildFly 8.2
let j_username = 'sb2';
let j_password = 'sb222';
let url: string = 'http://127.0.0.1:8888/prototype-re...
3
I'm trying to use JAAS for authentication in my WAR. I understand that my configuration file (another link) should be placed somewhere (as explained here). Unfortunately, I can't understand where e...
3
Solved
I have an application that makes used of a custom login module of JBoss. Authentication can fail for a wide variety of reasons and i have to display these to the user instead of the usual Inavlid u...
Vocational asked 18/8, 2011 at 9:37
2
Solved
Getting error while sending message to kafka topic in kerberosed enviornment. We have cluster on hdp 2.3
I followed this http://henning.kropponline.de/2016/02/21/secure-kafka-java-producer-with-ke...
Plier asked 11/3, 2016 at 7:30
2
I'd like to know how to combine these two authentication steps :
check the user/password in an LDAP
add principals (roles) found in a DB to the subject.
The LDAP user repository have no idea ab...
Sharlasharleen asked 7/12, 2011 at 11:7
3
I have a java webapp that uses Spring MVC. the webapp is running on a jboss AS7.1 server that uses the JAAS login module with form-authentication. Logging in works smoothly when the user fills in h...
Connective asked 14/12, 2015 at 16:13
2
Solved
I have two java webapps who run on the same jboss server but in a different domain:
http://host:port1/context1/
http://host:port2/context2/
All content from both websites is secured by using a ...
1
Solved
Using WildFly 9.0.2 final, the <hornetq-server> section is defined in standalone-full.xml as follows.
Sections like <address-settings>, <acceptors> and <connectors> are com...
Barkeeper asked 28/11, 2015 at 10:29
2
Solved
I'm trying to map user groups using ibm-application-bnd.xml. Put it into META-INF folder. On try to access secure page get next message:
[08.05.15 17:42:21:242 MSK] 00000084 WebCollaborat A SECJ01...
Koehler asked 8/5, 2015 at 14:50
2
Solved
I'm studying JAAS and I'm implementing a simple example to use in a webapp using Tomcat with a JaasRealm.
Now my problem is that I don't know how to retrieve the subject since code like Subject s...
Epididymis asked 25/10, 2012 at 10:20
2
Solved
I got hand-written security, simple servlet-filter which redirect not-authorized user to their login pages. Login controller redirect them to the requested URL after successfull authentication or t...
Cockalorum asked 21/4, 2011 at 14:18
3
According to Apache Tomcat 1.7 documentation:
Write your own LoginModule, User and Role classes based on JAAS (see the JAAS Authentication Tutorial and the JAAS Login Module Developer's Guide) ...
Dornick asked 9/8, 2015 at 12:58
4
Solved
Well I'm trying to create JAAS authentication for my Servlet (running on Tomcat 7 in Eclipse), but I'm getting this error.
He're's the complete stack trace:
'`
INFO: Starting Servlet Engine: Apac...
Attrition asked 19/5, 2013 at 19:53
3
Solved
I'm using JConsole to access an MBean that is running.
The MBean uses a custom Jaas login module and is run with the following command:
java -classpath UserLGUGroupHandlingApplication.jar;MBeanSe...
Therontheropod asked 19/5, 2015 at 14:33
1
I have a webapp which has angularJS on the frontend and Java on the backed. Angular communicates with the java backend via Restful webservices consuming and sending JSON across HTTP. I need to buil...
Recha asked 9/6, 2014 at 22:8
1
If one would to look at JBoss security framework as one possible explanation on how to enable JAAS using JBoss 6 and create this web.xml to configure JAAS security to protect i.e. a Rest api:
<...
1
Solved
I'll be honest. I've been a developer for a quite some time now but its the first time I've heard of JACC ans JASPIC. I understand that they are standards used by authorization providers, but how e...
Devotional asked 24/3, 2015 at 23:54
2
I am currently using Oracle ADF (which is an end-to-end Java EE framework) for building my web applications and GlassFish 3.1 as application server.
The latter supports JAAS (declarative inside it...
Harassed asked 11/3, 2014 at 21:18
1
Solved
In javax.faces.webapp.FacesServlet docs, it is mentioned,
Allowable HTTP Methods
The JSF specification only requires the use of the GET and POST http
methods. If your web application does no...
Eight asked 11/12, 2014 at 19:52
1
Solved
Our application uses JSF 2.2 and use glassfish 4 as the server. I need to add some object in the login module during authenticate user, so in the web application, the managed bean can retrieve that...
Plethoric asked 3/12, 2014 at 11:53
1
I've recently updated Glassfish from 3.1.2 to 4.0 and wanted to set up a JDBCRealm that I used before on my app which uses FORM based authentication. The passwords are hashed with SHA-256 in the da...
7
Security always tends to take the last place in a new project. Or you use a framework like Spring where security is already build-in and can be switched on easily.
I try to find an open security fr...
Entremets asked 12/2, 2009 at 8:46
2
Solved
i have some questions on using keytab for Authentication hope the kind people here can enlightend me
Say, i have userA who is going to use a service running at port 1010. First, userA will login t...
Teri asked 7/8, 2014 at 12:55
1
Wish to get more understanding on the use of kinit and keytab file. For example, if I already have a keytab file generated for a service ( the service registered to active directory by ktpass -mapu...
Herculaneum asked 11/8, 2014 at 9:49
2
Feb 8, 2011 11:56:49 AM com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPC
onnection post
SEVERE: SAAJ0009: Message send failed
com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: java.sec...
© 2022 - 2024 — McMap. All rights reserved.