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

StackOverflow https://stackoverflow.com/questions/3446385

문제

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top