开发者

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

开发者 https://www.devze.com 2023-01-11 09:02 出处:网络
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 m

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

0

精彩评论

暂无评论...
验证码 换一张
取 消