Skip to main content
2 votes
0 answers
80 views

I have inherited some JAX-RS code with a logout function that appears to be properly "logging out" the user by redirecting to the login page, invalidating the session, and expiring the ...
Lucky's user avatar
  • 765
0 votes
1 answer
61 views

I'm using ActiveMQ Classic and I load users dynamically via a service that updates the users.properties file in my ActiveMQ installation. I use the org.apache.activemq.jaas.PropertiesLoginModule with ...
harmstyler's user avatar
  • 1,403
1 vote
0 answers
493 views

I’m trying to configure Apache Kafka 3.8.0 in KRaft mode to use Keycloak 26.1.1 for authentication via SASL/OAUTHBEARER. My Keycloak realm is named Kafka-Auth, and I have a confidential client called ...
Rebellious's user avatar
0 votes
0 answers
526 views

This is the exception I got when I try to send message in my topic on confluent cloud Caused by: org.apache.kafka.common.KafkaException: Failed to create new NetworkClient at org.apache.kafka....
Khazim NDIAYE's user avatar
0 votes
1 answer
116 views

I am attempting to use a custom LoginModule (which implements LoginModule) in Open Liberty. This setup previously worked in WebSphere and JBoss environments, but after migrating to Open Liberty with ...
金田一太郎's user avatar
0 votes
1 answer
615 views

Kafka authentication with scram 512 and KRAFT mode doesn't work. My docker compose looks like this. services: kafka-1: image: confluentinc/cp-kafka:7.7.1 ports: - '9092:9092' ...
Casper T's user avatar
1 vote
1 answer
343 views

I'm trying to add LDAP sign in feature to ActiveMQ Artemis instance I've set my login.config like this: activemq { org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginModule sufficient ...
Diegunio's user avatar
0 votes
0 answers
214 views

hostname cannonicalization resolves ip instead of hostname for IBM websphere server. I can have ticket manually using kinit within the server with my keytab file but the application gives error while ...
O.Kazak's user avatar
  • 21
0 votes
0 answers
95 views

We just installed new version of Peoplesoft. The Java version went from 1.8 to Java 11. The Java Filenet P8 API was working on the server, but it stalling at the createSubject. Nothing is showing on ...
MDaniels's user avatar
0 votes
1 answer
237 views

I am unable to access FileNet CE from Java Service in BAW Process. When we connect without a stanca, we get "The user is not authenticated. There is no LoginModule associated with FileNetP8"....
SPE's user avatar
  • 1
0 votes
0 answers
59 views

I am failing to create custom login modules because I don't understand how the tomcat servlet container works. I have a web.xml with security-constraints, auth-constraints, url-patterns, etc. When I ...
Ryan's user avatar
  • 2,094
1 vote
1 answer
136 views

I am using Jetty's LDAP Login Module to connect to an internal LDAP server. The LDAPLoginModule configuration (ldap-loginModule.conf) is provided as below: ldap { org.eclipse.jetty.jaas.spi....
Rishu S's user avatar
  • 3,968
0 votes
1 answer
3k views

Firstly, we are trying to send the Kafka messages using this JMeter for sasl_ssl enabled Kafka. So, For that purpose we have created a thread group(https://i.sstatic.net/N9wzj.png) in that we have ...
DAMMALAPATI SRIPRATHYUSHA's user avatar
1 vote
0 answers
36 views

Quick Question: Does Tomcat authentication (JAAS) maintain the HttpRequest object throughout the authentication process? For example, let's say the request has an attribute id. Is this attribute ...
ironmanAJ's user avatar
  • 120
0 votes
1 answer
932 views

We have a kafkaProducer cpp application, which will send data to kafkaBrokers which are configured to authenticate using JAAS-OAUTHBEARER. Can I use JAAS with cpp kafkaProducer which uses librdkafka ?...
indev's user avatar
  • 175

15 30 50 per page
1
2 3 4 5
63