Questions tagged [securitydomain]

26 questions
29
votes
2 answers

Chrome now blocking all jsonp requests from https to http?

At some point recently Chrome has stopped showing data loaded via jsonp with the error [blocked] The page at https://user.example.com/category/12345 ran insecure content from…
Andy C
  • 795
  • 1
  • 9
  • 10
5
votes
3 answers

Wildfly flush cache of security-domain

Im have a war project with JAX-RS interface deployed on wildfly and there is a security-domain configured, which loads user password and role from db. The security-domain uses cache-type=default. Updates of authenticated users are not recognized by…
user3909622
2
votes
2 answers

How to customize a newly installed supplementary security domain (SSD)?

I have a sample javacard supporting supplementary security domain (SSD), since it has an executable load file (i.e. package) with the AID A0 00 00 01 51 53 50 as described in Global Platform: Card Secure Element Configuration. So I can install an…
MJay
  • 987
  • 1
  • 13
  • 36
2
votes
1 answer

Automatic deployment of security-domain in WildFly 8.x

I seek a method of application autosetup with security domain and module named Database. Please someone advise me, how to add a section in standalone.xml or domain.xml at the deployment (maven) or setup (runtime) phase for purpose of initial setup…
2
votes
1 answer

Cannot login using Wildfly security domain

I am migrating from glassfish 4 to wildfly 8.1 Problem is in login using security domain of Wilfly. I cannot find solution for hours. here is my standalone-full.xml security domain configuration:
jakentus
  • 896
  • 12
  • 22
2
votes
2 answers

Change version of a javacard applet

Consider a situation in which personalization is done on card and amount of new data are stored in javacard, If we have a small change in aplet and wants to update applet version on javacard, what would happend to previousely stored data on card, as…
Hana Bzh
  • 2,212
  • 3
  • 18
  • 38
1
vote
0 answers

EJB Security Implementation step-by-step through roles: Bean Provider, Application Assembler, Deployer

The specification "JSR 318: Enterprise JavaBeansTM,Version 3.1" mention roles as Bean Provider, Application Assembler, Deployer and System Administrator as main actors for EJB creation. Below how each role contributes to the Security…
Ermal
  • 441
  • 5
  • 19
1
vote
2 answers

wildfly security domain not working

I've tried everything i can find and can't seem to work this out. I'm trying to use FORM authentication on my website using the in jboss-web.xml: /JacobHewitt
Jake Hewitt
  • 51
  • 1
  • 7
1
vote
1 answer

Wildfly 9 security domains won't work

I'm migrating a big web app from jboss as 6 to wildfly 9, and encountered a few impediments on the way. One of them is the security domain. The relevant part of the standalone.xml is as follows:
caarlos0
  • 20,020
  • 27
  • 85
  • 160
1
vote
1 answer

Wildfly 8.2.0 invocate secured remote ejb

i'm trying to invocate a secured remote ejb but i can't. I'm using ejb-client-API. The application is deployed in a ear named som.ear. I'm using Wildfly 8.2.0 final Code client: public class SomTestClient { public static void main(String[] args)…
1
vote
0 answers

Wildfly does not call own LoginModule

i have migrated an application from glassfish to wildfly 9.0.0CR2. And i have a problem with my own ServerAuthModule and LoginModule. In the standalone-full.xml i have configured this:
tim
  • 11
  • 4
0
votes
0 answers

WFLYCTL0180: Services with missing/unavailable dependencies in Wildfly 26 with EJB SecurityDomain annotation

We've got an application with several web services annotated with @SecurityDomain("our-ws") (I've also tried setting this in jboss-web.xml). For example: @Stateless @Interceptors(OurTransactionInterceptor.class) @WebService(targetNamespace =…
mconner
  • 1,174
  • 3
  • 12
  • 24
0
votes
1 answer

Failed (access denied response) to execute rest endpoint with annotation @RolesAllowed after a succesfull login with LoginModule JBoss Approach

I have a trivial problem about execute endpoint resteasy with a trusted SecurityDomain and a specific RolesAllowed. After a successfull login with loginmodule approach with a login form , the response of endpoint is an access denied (HTTP Status 403…
0
votes
1 answer

How to define my own security domain on a smart card?

How can one define a customized security domain on a smart card? Suppose that I have a GSM sim card in my mobile (I don't know operator key set to modify my sim)! Am I correct if I want to install a customized security domain on the same sim card in…
MJay
  • 987
  • 1
  • 13
  • 36
0
votes
1 answer

JBoss EAP 7.1 + IIS - How to do Windows Domain Login

We have a web application that runs on JBoss EAP 5.1 and is using IIS through ISAPI redirect. In IIS, the virtual application is configured to use Windows authentication using HTTP 401 challenge (provider = NTLM). And, in JBoss, Tomcat…
1
2