Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to read remote_user_alias in my J2EE application

Former Member
0 Kudos

I have configued SAPSECULIB on Apache Webserver 1.3 as per instructions.

When I display all header variables in my jsp, I see the logon ticket cookie being passed in. However, User ID is not being decrypted by the filter.

What could be the problem? We are implementing EP7.0

Here is my verify.properties

###############################################################################

  1. This is the verify.properties file which is read by Web server filter plugin

###############################################################################

  1. Name of the header variable in which the filter writes the authenticated user.

  2. The value should not contain any underscores '_' or spaces ' ' and should not

  3. contain the character ':' except at the end of the value.

remote_user_alias=MYTESTUSER:

  1. Specify the full path of the verify.pse file, which contains the digital

  2. certificate of the Portal Server.

pse_file=C:\Portal\Filter\verify.pse

#

  1. Optional properties:

  1. Specifies whether the filter is to extract the SAP user ID or the portal user

  2. ID from the SAP logon ticket

  3. possible values can be "SAP" or "portal". If not specified it's "portal"

application=portal

  1. Specify the full path of a log file

log_file = C:\Portal\Filter\verify.log

  1. These are the log levels.

  2. 0 - no logs written to the file

  3. 1 - Only errors are written to the file

  4. 2 - Errors and warnings are written to the file

  5. 3 - All information is written to the file

log_level=2

1 REPLY 1

Former Member
0 Kudos

I have figured this out with a workaround. Instead of Apache webserver, I have used IIS webserver to configure SAPSECULIB and got the Single Sign On working