Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

I need to upgrade OPENSAML to 5.1.2 from 2.5.3 to support Java 17 as our project has been upgraded to Java 17. While I try to upgrade OPENSAML I am facing issues which are listed below OPENSAML-5.1.2 ...
Usha's user avatar
  • 196
0 votes
1 answer
192 views

I'm playing with OpenID Connect (using Keycloak 22.0.1) and Jakarta Faces (wildfly 29.0.1.Final with integrated JASPI at false). Here is my definition : @OpenIdAuthenticationMechanismDefinition( ...
grigouille's user avatar
2 votes
1 answer
237 views

I'm trying to use the java-ee-kickoff-app (https://github.com/javaeekickoff/java-ee-kickoff-app) with openid. I'm using keycloak 26.0.5 and wildfly 29.0.1.Final (integrated-jaspi is false). I created ...
grigouille's user avatar
1 vote
1 answer
67 views

I'm trying to migrate a JAX-RS application from Jersey to Apache CXF. I'm not using Spring, so I'm trying to configure it by extending javax.ws.rs.core.Application. I also implemented public class ...
Adrian Ber's user avatar
  • 21.5k
1 vote
0 answers
99 views

I'm trying to implement authentication on a Jakarta RESTful (Edit: Jakarta EE 9.1 running in a TomEE WebProfile 9.1.x) application using Jakarta Security specification. I first tried using the @...
Calcimicium's user avatar
2 votes
1 answer
133 views

I have a Jakarta-based web app deployed in Glassfish 7.0.16. Currently, I'm implementing Jakarta Security with user-role from DB. That works fine until the client-side execute multiple ajax requests ...
Isaac Rodriguez's user avatar
3 votes
1 answer
169 views

I am having a challenging time achieving a security common pattern of loading secrets from an environment variable or a properties file. I am tring to load the password of an openLDAP admin user in ...
Andre Leon Rangel's user avatar
0 votes
2 answers
202 views

I created a web application with Wildfly 30 (Jakarta EE10). Authentication works with Keycloak. I use the annotation: @OpenIdAuthenticationMechanismDefinition( providerURI = "${...
Jaap D's user avatar
  • 499
0 votes
0 answers
199 views

I have Jakarta EE 10 web application with CustomFormAuthenticationMechanismDefinition. My web.xml setting: <welcome-file-list> <welcome-file>app/index.xhtml</welcome-file> </...
Tadas B.'s user avatar
  • 191
1 vote
0 answers
162 views

This is my JWTAuthenticationMechanism : package xxx; import io.jsonwebtoken.ExpiredJwtException; import jakarta.enterprise.context.ApplicationScoped; import jakarta.security.enterprise....
DanialAbdi's user avatar
0 votes
1 answer
112 views

This is my Jersey Application Config: @ApplicationPath("/ui/v1.0") @RolesAllowed("admin") public class AppConfig extends ResourceConfig { public AppConfig() { System....
khateeb's user avatar
  • 5,529
0 votes
0 answers
81 views

My Jakarta Application class is: @ApplicationPath("/app") @RolesAllowed("admin") public class Application extends ResourceConfig { public Application() { System.out....
khateeb's user avatar
  • 5,529
1 vote
1 answer
299 views

I have a problem with defining parameters for an @OpenIdAuthenticationMechanismDefinition annotation introduced in the jakarta-ee-security-api of Jakarta EE 10. My goal is to understand the correct ...
Ralph's user avatar
  • 4,977
2 votes
0 answers
488 views

Since Jakarta EE 10 it is easily possible to protect your web application with OpenID Connect, using the new @OpenIdAuthenticationMechanismDefinition annotation. This works perfect and is quite easy ...
Ralph's user avatar
  • 4,977
3 votes
2 answers
1k views

I have the requirement to protect my existing Jakarta EE application with an OpenID provider in one of many different environments. When searching about this topic you will find the @...
Ralph's user avatar
  • 4,977

15 30 50 per page