Skip to Content
Author's profile photo Former Member

Use Logon Ticket Authentication for Web Applications on SAP NetWeaver AS Java 7.3

Once in a while you think about deploying a custom Web Application on your AS Java. If this application is using basic password authentication as default, how to use the build in SSO functionality, which reuses your Logon Ticket (aka MYSAPSSO, SSO cookie,…), e.g. generated by your Enterprise Portal application? Here are the steps to be done in NetWeaver Administrator (NWA) therefore.

Open NWA and navigate to Authentication and Single Sign On.

/wp-content/uploads/2012/10/1_nwa_150764.png

Search for the web application (aka policy configuration) you want to change.

/wp-content/uploads/2012/10/2_authentication_150765.png

Go to edit mode.

/wp-content/uploads/2012/10/3_edit_150766.png

Change the used template to ticket and save the configuration.

/wp-content/uploads/2012/10/4_save_150767.png

Add the end, make sure to restart the web application.

A request, which is pointing to this web application, performs now the login modules shown above, e.g. evaluating an existing ticket, if not existing, prompting for username and password, and at the end creating a ticket for your user.

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.