You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version of Soteria: 4.0.0
App server: Wildfly 34 Preview, GlassFish 8-M9
Injecting a mechanism defined by @OpenIdAuthenticationMechanismDefinition with a qualifier into a custom handler doesn't work. CDI contains complains that HttpAuthenticationMechanism bean with the qualifier doesn't exist.
The same thing with the @BasicAuthenticationMechanismDefinition mechanism works.
To reproduce, just create a plain WAR application and add the following class. The application will fail to deploy on WildFly or GlassFish.
If the @OpenIdAuthenticationMechanismDefinition definitions are replaced with @BasicAuthenticationMechanismDefinition definitions, the app is deployed successfully.
Version of Soteria: 4.0.0
App server: Wildfly 34 Preview, GlassFish 8-M9
Injecting a mechanism defined by
@OpenIdAuthenticationMechanismDefinition
with a qualifier into a custom handler doesn't work. CDI contains complains thatHttpAuthenticationMechanism
bean with the qualifier doesn't exist.The same thing with the
@BasicAuthenticationMechanismDefinition
mechanism works.To reproduce, just create a plain WAR application and add the following class. The application will fail to deploy on WildFly or GlassFish.
If the
@OpenIdAuthenticationMechanismDefinition
definitions are replaced with@BasicAuthenticationMechanismDefinition
definitions, the app is deployed successfully.More information in jakartaee/security#342.
The text was updated successfully, but these errors were encountered: