Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to find LoginModule class: com.sun.security.auth.module.Krb5LoginModule

Hi I am trying to start Websphere using Spnego Authentication. When the login should occur i am getting this exception

javax.security.auth.login.LoginException: unable to find LoginModule class: com.sun.security.auth.module.Krb5LoginModule in SpnegoHttpFilter init method.

Any ideas why it is unable to find this class?

like image 339
user3249353 Avatar asked Oct 19 '22 11:10

user3249353


1 Answers

It seems that IBM J9 JVM doesn't have com.sun.security.auth.module.Krb5LoginModule. It has com.ibm.security.auth.module.Krb5LoginModule. And it can be used.

like image 56
user3249353 Avatar answered Oct 22 '22 03:10

user3249353



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!