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: 

ume authentication failed

Former Member
0 Kudos

Hi

i had problem with login module in VA so i had configured Sample Login Module Stack for Creating and Accepting Logon Tickets as per this help link from sap

http://help.sap.com/saphelp_nw04s/helpdata/en/04/120b40c6c01961e10000000a155106/frameset.htm

now it is possible for the user to enter in to portal but not in to ume,Webdynpro,NWA..etc parts of the portal.

when i attempt to login it is requesting for user id and password but when i enter the following nothing is happening.

so i looked in to security log and i found the following exception

#1.5#00110AEA78F6006B0000005300000D2C0004520BDB43149C#1216110781663#/System/Security/Audit#sap.com/com.sap.security.core.admin#com.sap.security.core.util.SecurityAudit#MohanV#7551####a1bb9110524811dd88a400110aea78f6#SAPEngine_Application_Thread[impl:3]_39##0#0#Info#1#com.sap.security.core.util.SecurityAudit#Plain###MohanV | LOGIN.OK | USER.PRIVATE_DATASOURCE.un:MohanV | | IP Address=[192.168.10.12]#

#1.5#00110AEA78F600670000006200000D2C0004520BDB434575#1216110781663#/System/Security/Authentication#sap.com/tcwddispwda#com.sap.engine.services.security.authentication.logincontext#Guest#0####a2fd86f3524811ddab4700110aea78f6#SAPEngine_Application_Thread[impl:3]_22##0#0#Info#1#com.sap.engine.services.security.authentication.logincontext#Plain###LOGIN.FAILED

User: N/A

Authentication Stack: ticket

Login Module Flag Initialize Login Commit Abort Details

com.sap.security.core.server.jaas.EvaluateAssertionTicketLoginModule SUFFICIENT ok exception true Received no SAP Authentication Assertion Ticket.

com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule REQUISITE ok false false

com.sap.security.core.server.jaas.CreateTicketLoginModule OPTIONAL ok false true #

#1.5#00110AEA78F600670000006300000D2C0004520BDB46A83A#1216110781897#/System/Security/Authentication#sap.com/tcwddispwda#com.sap.engine.services.security.authentication.logincontext#Guest#0####a2fd86f3524811ddab4700110aea78f6#SAPEngine_Application_Thread[impl:3]_22##0#0#Info#1#com.sap.engine.services.security.authentication.logincontext#Plain###LOGIN.FAILED

User: N/A

Authentication Stack: ticket

can anybody point me to the right direction

Thanks

Vijay.

1 REPLY 1

Former Member
0 Kudos

Hi

EvaluateTicketLoginModule was missing..

now everything works fine

better also refer to

http://help.sap.com/saphelp_nw04s/helpdata/en/04/120b40c6c01961e10000000a155106/frameset.htm

there are similar login tickets in VA, be careful in selecting the ticket.

its a simple issue but u can make it complex as i did by not opening the eyes when selecting the right login moduke

thanks

vijay.