Skip to Content
0
Former Member
Dec 19, 2013 at 10:05 PM

BOE, Apache reverse proxy, authentication?

428 Views

Greetings,

I have been reading a fair amount of details surrounding BOE 4 and authentication. What I would like to acheive is the following scenario:

Apache frontend / reverse proxy

BOE 4 (running on Tomcat 6) as the backend.

I would like the frontend apache to handle the authentication, and the backend to trust it.

Is this possible?

The reading I have done leads me to looking at trusted.auth.user.retrieval=REMOTE_USER

I'm not sure if this is the right direction or not.

So, I expanded on it a little by creating a secret key.

I set global.properties to:

sso.enabled=true

trusted.auth.user.retrieval=REMOTE_USER

trusted.auth.shared.secret=<secret key>

But, standalone that did not seem to pass authentication through to the application (at least not the launchpad)

Thanks for any input!

Jason