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: 

SSO problem

Former Member
0 Kudos

Hi All,

We configured the SSO between SAP Portal and Stack JAVA but we receive

the log error authentication. In ABAP Stack the requests from Portal is

working proprerly.The main message of this problem "The authscheme

found in the ticket does not exists".

Login

Module

Flag Initialize Login Commit Abort Details

1.

com.sap.security.core.server.jaas.EvaluateTicketLoginModule

SUFFICIENT ok exception true The authscheme

found in the ticket does not exists.

2.

com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule

REQUISITE ok false false

3.

com.sap.security.core.server.jaas.CreateTicketLoginModule

OPTIONAL ok false true #

#1.5^H#001A4B4CE324005D0000003F00002D6A000444DA5DA58543#1201604571530#/System/Security/Authentication#sap.com/tcwddispwda#com.sap.engine.services.security.authentication.loginmodule.ticket.EvaluateTicketLoginModule#J2EE_GUEST#0##srcs00071.america_WP1_2466350#Guest#bbd6f3f0ce5911dc8138001a4b4ce324#SAPEngine_Application_Thread[impl:3]

_33##0#0#Error#1#com.sap.engine.services.security.authentication.loginmodule.ticket.EvaluateTicketLoginModule#Java###The authscheme found in

the ticket does not exists. Authscheme = #1#uidpwexpirenowarnings#

#1.5^H#001A4B4CE324005D0000004100002D6A000444DA5DA586B7#1201604571530#/System/Security/Authentication#sap.com/tcwddispwda#com.sap.engine.services.security.authentication.logincontext#J2EE_GUEST#0##srcs00071.america_WP1_2466350#Guest#bbd6f3f0ce5911dc8138001a4b4ce324#SAPEngine_Application_Thread[impl:3]

_33##0#0#Info#1#com.sap.engine.services.security.authentication.logincontext#Plain###LOGIN.FAILED

User: N/A

Authentication Stack: ticket

The main problem here is the iview that need to show the userid logged

into portal is Z106708 but shows J2EE_GUEST.

Any clue to resolve this issue ?

Tkx

Celio Almeida

3 REPLIES 3

Former Member
0 Kudos

Hi

This autscheme uidpwexpirenowarnings (name has to be the same) should exists in both of systems(Portal and STACK Java).

Hope this helps

Jakub Kręcicki

Former Member
0 Kudos

Hi Jakub,

How can I install this module ? The Portal side is located in Germain and I have the WAS here in Brazil trying to use SSO authentication. Where and how can I check this schema ?

Tkx

Celio

0 Kudos

Celio,

You need to use the SAP Config Tool, to download the authschemes from the SAP system, edit the xml file you downloaded, and then upload the new file. For testing I suggest you rename the file and upload with different name (and make sure SAP knows which authschemes you want to use), then if you find you made a mistake you can easily get back to the original authscheme configuration.

When you edit the xml file you downloaded, you need to add a new authscheme to this file called uidpwexpirenowarnings, with the correct configuration (same as on the Portal).

If you are not sure what the authscheme uidpwexpirenowarnings should look like you need to ask your friends in Germain (Germany ?) how they have configured the authschemes in their Portal.

You can find details of above mentioned Config Tool in SAP Help Library, e.g. some info at [this location.|http://help.sap.com/saphelp_nw04s/helpdata/en/1a/3afd4e641b8f42ac07bb77fe30375b/content.htm]

Thanks,

Tim