security
security copied to clipboard
Provides CDI events for authentication and logout behaviors in further versions
Currently I found only Wildly/Undertow supports authentication event in omnisecurity
which inspired Java EE Security specs.
I think it is better to work with other specs, such JACC etc to provide portable authentication/logout CDI events, which is very useful for simple annotation based configurations.
- Issue Imported From: https://github.com/javaee/security-soteria/issues/195
- Original Issue Raised By:@hantsy
- Original Issue Assigned To: Unassigned
@ggam Commented This was discussed during the course of the JSR but unfortunately it wasn't possible due to time and constraints. It's definitely slated for inclusion for the next version of the Security API.
It could be easily added as a propietary feature though.
will be implemented in Security 3.0 / Jakarta EE 10 ?
@pizzi80 unfortunately not. Every issue that was done for Security 3 has been marked with the "3.0" label. You can read about the things that did make it in here: https://arjan-tijms.omnifaces.org/2022/04/whats-new-in-jakarta-security-3.html
The problem was that we have seen very little contributions during this cycle. I personally try to do what I can, but I'm looking over a bunch of other projects as well and I'm only a single person.
I've missed your blog post, I'll read it! ;)