How to configure SSO with SPNEGO in new FESS versions?

We used to be able to configure sso with spnego from fess_config.properties file but it looks like you’ve stopped parsing that file.
Where is the location for the spnego properties in fess 13.x versions?

Thanks!

It’s moved to system.properties.

1 Like

I already have them in the system.properties file. I just missed sso.type and it’s working now.

Thanks

Hey Joseph,
I have tried to get SSO working some time ago, but it failed and now that I have some spare time again im coming back to it. Could you please send me a copy of your system.properties file, cause in my file there is no option that is called sso.type?

You can just edit the system.properties file and add sso.type. Here’s what I have related to spnego properties

spnego.allow.delegation=false
spnego.initialized=true
spnego.prompt.ntlm=true
spnego.preauth.password=<password>
spnego.preauth.username=<username>
spnego.login.conf=login.conf
spnego.logger.level=0
spnego.allow.unsecure.basic=true
spnego.allow.localhost=false
spnego.allow.basic=true
spnego.login.server.module=spnego-server
spnego.krb5.conf=krb5.conf
spnego.login.client.module=spnego-client
sso.type=spnego