When I print out environment variables on my back-end content Apache server I see a set of variables called HTTP_OBLIX_*'
For example:
HTTP_OBLIX_UID
HTTP_OBLIX_email
The only place I can find OBLIX items defined is in the request headers being sent to the back-end by the Single Sign on Server. It defines all of the OBLIX values as request header variables.
For example:
OBLIX_UID
OBLIX_email
I can't find anywhere in the Apache configuration where these headers would be converted to environment variables so i'm wondering if this is something Apache does automatically or what is goin on here.