Custom Realm Guide

Could we have an example where we can do custom implementation to authenticate the user with Jaspic.

Hi,

Is there any reason why you want to use Jaspic and not for example the much easier option of the Security API?
Specification document is here Java EE Security API Specification.

Regards
Rudy

1 Like

Hi Rudy,

Thanks for your reply.
I thought the only option available is to use Custom Realm. We wanted to use our AuthService API for authentication.

Now from your suggestion, I have successfully implemented using Java Security API.

Thanks Again for your help.