java - Securing RMI calls using kerberos for SSO implementation -
i trying implement kerberos sso java swing application. application uses rmi calls on t3 protocol. dont want user enter user name , pwd instead want access windows userticket cache.
possibilities found on google:
- modify registry add keyword access ticketcache. option not approved client.
- use keytab files instead of ticket cache. not viable option because cant handled @ launch of application, keytab files need generated before user tries access application.
any insights on how achieve sso java swing client on webstart help. applet launched using .jnlp file jaas config , initial context factory parameters.
Comments
Post a Comment