Single sign on encryption error

1
We are trying to install the single sign on module and after some tweaking we got it this far that the mendix server starts and no longer gives us the error of not recognizing the client but now it complains about the encryption method. Has anyone encountered this issue with the sso module before and if so what did they do to overcome it? Unable to start Kerberos authenticator: javax.security.auth.login.LoginException: KDC has no support for encryption type (14) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Unknown Source) at com.sun.security.auth.module.Krb5LoginModule.login(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at javax.security.auth.login.LoginContext.invoke(Unknown Source) at javax.security.auth.login.LoginContext.access$000(Unknown Source) at javax.security.auth.login.LoginContext$5.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokeCreatorPriv(Unknown Source) at javax.security.auth.login.LoginContext.login(Unknown Source)
asked
2 answers
0

This indicates that they keys provided by the AD are not supported by the Kerberos implementation.

I suggest to dive into google this particular error since it is a network configuration issue. I did not encounter this error yet.

answered
0

In order to solve this problem we switched off pre-authentication enabling to start the sso module. However when we start our application now using the login.html it just redirects you to the url host/sso/ which is just a blank page, no popup for windows authentication appears.

The error is also solved by removing the "use DES encrytpion type for this account." setting.

However it still resolves to being able to login to a blank page. Ill open a new post for this.

answered