• eap6  securitycontext is null in new thread after login

    public void onMessage(Message message) {       LoginContext lc = new LoginContext(LOGIN_CONFIG,   new SimpleCallbackHandler(username, password)); lc.login();   Runnable run = new...
    Profile Photo
    last modified by 514407363
  • SAML Service Provider on EAP 7.0

    Hi all-   I am trying to use EAP 7.0 as a SAML Service Provider, have it "mostly" configured but am having problems at the last step when the application I've deployed as the SP is throwing a 403. I'm having tro...
    Profile Photo
    last modified by richard.sand
  • How to create a new ROLE in Jboss EAP?

            I want to setup Basic authentication on JBoss EAP 7, and assign my users to a common role. This does not seem possible. I see where I can create a group, and assign users to a group, but t...
    Profile Photo
    last modified by lamikam2
  • How to configure Infinispan for PicketLink?

    Hi,   We are trying to implement SSO with using picketlink in JBoss EAP 7.0.3.GA . We have configured following security-domain: <security-domain name="idp">   <authentication>   <log...
    Profile Photo
    last modified by simotuokko
  • Remote access to cache memory of JBoss EAP 6.2

    Hello community, I need your help, I have a JBoss EAP 6.2 server and I need to enter its cache memory remotely from another JBoss EAP 6.2 server, can you guide me how can I do it?
    Profile Photo
    last modified by linderlpl
  • jboss eap in domain mode, warning WFLYDM0004

    I have an installation jboss eap 7.0 in domain mode, with master controller and two host controller. I configurated the Master Domain Controller and all Host Controllers to use SSL/TLS with self-signed dcertificate, ...
    Profile Photo
    last modified by perob_99
  • nofile (max no. of open Files) configuration for JBoss in Linux

    Hi,   I am new to linux, facing some issues with no of open file channels in an enterprise application running in jboss eap 6.2 . Currently to increase the maximum limit, nofile configuration is set in limits.c...
    Profile Photo
    last modified by pbiswas_jboss_linux
  • WS-Security not working on JBoss EAP 6.2

    I'm newbie in Jboss specially with webservices. I have to implement a webservice which will respond only clients with the valid certified. I've read the JBossWS documentation of JBoss 6.2 EAP (WS-Security - JBoss Web ...
    Profile Photo
    last modified by eduardocl
  • Unable to configure SSL certificate on JBoss 4.3

    Hi,   I Have been trying to configure SSL certificate on jBoss 4.3 server. I am getting the below error.   Secure Connection Failed An error occurred during a connection to xxx.com. Cannot communicate sec...
    Profile Photo
    last modified by himansu.padhan
  • Setting up SSL for Application: No SSL Context available from security realm

    Hi   My application needs to communicate to a third party service via SSL. Trying to setup by following the steps highlighted in 2.2.5 on the article How To Configure Server Security - Red Hat Customer Portal ...
    Profile Photo
    last modified by aaronalex
  • Accessing JMX with jconsole over SSL on EAP 7.0 or Wildfly 10+

    I am trying to setup secure jmx connection with ssl in DOMAIN mode. I have been able to get it to work in standalone mode (See my steps below). However in domain mode I am missing something. I was able to find this kn...
    Profile Photo
    last modified by dgilbert
  • JBoss hide or secure datasources

    Hi   I have a quite philosophical question about how the web applications access to datasources. Either in standalone or domain mode (inside one profile) you can declare a group of datasources or xa-datasources...
    Profile Photo
    last modified by yavandos
  • Web service client problen with basic authentication in JBOSS

          I jave a web service client with basic authentication, the maven project create a jar file. For testing the library I make a class with a main method and works fine but when I use the library i...
    Profile Photo
    last modified by pablin.aleman
  • Is JBOSS Enterprise Application Platform -Version 6.3.2 compatibale with ORACLE EBS 12.2.5

    Is JBOSS Enterprise Application Platform -Version 6.3.2 compatibale with ORACLE EBS 12.2.5?   Please let us know as we are upgrading to Oracle EBS 12.2.5.
    Profile Photo
    last modified by nagasrinivasachary
  • Jboss EAP 6.1 and Webspher mq 8

    Hi All, I have gone through the documentation for MQ resource Adapter configuration and iam able to connect to IBM MQ from jboss eap 6.1 successfully. As next step i would like to use SSl connection and CipherSpec T...
    Profile Photo
    last modified by ravi21588
  • configuring mod_proxy with JBoss EAP-7 running in standalone mode

    Hi, I'm newbie here...i'm trying to configure web proxy to get my application. so the set-up is apache httpd 2.4 / mod_proxy (windows) => jboss-eap-7.0/standalone (linux) in app we are using keycloak to validate th...
    Profile Photo
    last modified by kalai_5665
  • JBoss Negotation SPNEGO / Kerberos

    Hey guys,   we have a problem with kerberos / active directory and jboss. We try to find a solution last week but we dont know. Our try is to build a SSO with our web application against the ad. I found many ex...
    Profile Photo
    last modified by jkueck92
  • Use different login modules for differente WARs

    Im trying to make a security module that uses different login modules for different wars. is that possible ?   Where can i specify the target of my module ?   Lets say in my standalone.xml i have somethin...
    Profile Photo
    last modified by rodrigo.burdet
  • Need Jboss EAP version history and vulnerability list

    Hi Team,   I am new to Jboss world, seeking your help for silly question that I have. I have been searching on Redhat developer portal for past few days to find version history of Jboss EAP 5.X and later. I got...
    Profile Photo
    last modified by jagnikam
  • OpenShift 3.0 secrets vs JBOSS EAP password vault

    I am running a JBOSS EAP container on OpenShift 3.1. I am not sure whether to try to capture credential data (e.g. - database username/password) within OpenShift secrets or within the JBOSS password vault. Are there a...
    Profile Photo
    created by organazized