简体   繁体   中英

Do Authentication and Authorization frameworks for Java that support openId exist (except Spring security)?

Actually I am interested in Java AA framework that supports many types of A&A. I found that exist JAAS, but did not find any information about OpenId support. Maybe there exists a module to use it? Spring Security supports OpenId but I just want to see any alternative. Also I read that Spring Security is a little bit complicated.

I think it is mostly common functionality and there must exist a way to simplify the developer's life and not force him to reinvent the wheel.

I found one. It's a JSR-196 implementation. Here's the link describing how to plugin OpenId4j to it: http://www-02.imixs.com/roller/ralphsjavablog/entry/openid_serverauthmodule_jsr_196_with But it's GlassFish oriented. I don't know how good it is with other Java EE App servers

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM