Questions tagged [securitydomain]

26 questions
0
votes
1 answer

Jboss application-policy ignored in mutual/client-cert auth with PBESecurityDomain

With the following, mutual client cert, SSL (TLS) handshake works for a rest endpoint (yay!) - validated via testing and debugging: javax.net logging & wireshark. But... 1st observation: HTTPServletRequest and JAX-RS annotated SecurityContext has…
0
votes
2 answers

Security domain not invoked (working)

I try to secure my Application using a Databaselogin in Wildfly 8.2.0.Final. I configured my datasource in standalone.xml and it seems to work as i can access the database:
Abbel
  • 320
  • 1
  • 9
0
votes
1 answer

Using Picketlink and Wildfly for authenticate on LDAP server

After some some struggling I configured my wildfly's standalone.xml to authenticate agains an LDAP-Server:
Roman B
  • 81
  • 7
0
votes
1 answer

LDAP authentication using jboss security domain

In a web application running on JBOSS EAP 6 that uses spring 4.1.6, spring security 4.0.1, and JavaConfig we are trying to implement LDAP authentication but instead of defining the properties of the LDAP server (url, etc.) in the…
0
votes
0 answers

Concurrence access to jsf page with JAAS

I set security for web application with WildFly JAAS security domain. I have a page with some properties and want to make single user access to for this page. example: /secured/property.xhtml Ted is login and went to this page. Other user can not…
Mr Blowder
  • 138
  • 2
  • 9
0
votes
0 answers

Custom error page for bad username or password in Security Domain JBoss AS 7.1.1

I am working on a web/enterprise (ear) Java application, done in JSF 2 with PrimeFaces 4, running on JBoss AS 7.1.1.Final, and using JBoss Security Domain, with DatabaseServerLoginModule and auth-method FORM. It is working correctly, and if a…
0
votes
2 answers

"Bootstrapping" a remote swf into the application SecurityDomain (actionscript3)

My Flash (AS3/AIR) application is currently using a slightly unusual architecture (for a Flash app) to provide particular base classes for loaded content at runtime. The external content is published with 'stub' base classes, which are eclipsed by…
aaaidan
  • 7,093
  • 8
  • 66
  • 102
0
votes
1 answer

Type Coercion failed in 'loader' and 'loaded' applications

My main application swf file is being loaded by a simple loader swf application that is useful to break cache. In both applications I would like to have access to a singleton. I will provide you with an example to reproduce the bug. So here's our…
0
votes
1 answer

Jboss5, unauthenticated calls to secured EJB via @RunAs

I'm attempting to call methods on a secured EJB from an unauthenticated source (a Message Driven Bean hooked up to a queue). The MDB has an EJB injected into it via @EJB, which is fine, but the target EJB has @SecurityDomain("stuff") and…
user221459
  • 11
  • 2
0
votes
1 answer

JBOSS connectivity with multiple database (sql cluster)

I want to connect JBOSS to multiple databases (with failover recovery and loadbalancing) i.e. connection switches from one DB to the other in case of failure of first DB connection. Also each DB connection has a seperate set of userID and…
-1
votes
1 answer

How can i implement a form-based authentication in JBoss EAP 7.0.7?

Hi I am new to JBoss EAP 7.0.7! I am trying to deploy an ear file which was previously deployed in JBoss EAP 6.3. In the login page, it uses a form-based authentication with j_security_check. In my jboss-web.xml, the security-domain is set with a…
1
2