Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[riena-dev] SSO

Hi
I'm trying to make simple application with SSO, using windows authentication. At authentication point LoginContext throws java.security.PrivilegedActionException . perhaps I need to define jaas.policy with 
permission javax.security.auth.AuthPermission "createLoginContext.WIN32";
permission javax.security.auth.AuthPermission "doAsPrivileged";

but at this point I don't know to whom grant access(to which jar)?

or I'm totally wrong?

Thanks,
With best regards
Dumitru Ciubenco


Back to the top