Hi all ,
i'm trying to understand why I got the following error on login modules, with Guest user:
LOGIN.FAILED
User: N/A
Authentication Stack: ticket
Login Module Flag Initialize Login Commit Abort Details
1. com.sap.security.core.server.jaas.EvaluateTicketLoginModule SUFFICIENT ok false true
#1 trusteddn1 = OU=J2EE,CN=SM1
#2 trusteddn2 = CN=SM1
#3 trustediss1 = OU=J2EE,CN=SM1
#4 trustediss2 = CN=SM1
#5 trustedsys1 = SM1,000
#6 trustedsys2 = SM1,900
#7 ume.configuration.active = true
2. com.sap.security.core.server.jaas.SPNegoLoginModule OPTIONAL ok exception true Access Denied. No authorization header received.
#1 com.sap.spnego.jgss.name = Servers
#2 com.sap.spnego.uid.resolution.attr = kpnprefix
#3 com.sap.spnego.uid.resolution.dn = dn
#4 com.sap.spnego.uid.resolution.mode = prefixbased
3. com.sap.security.core.server.jaas.CreateTicketLoginModule SUFFICIENT ok false true
#1 ume.configuration.active = true
4. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule REQUISITE ok false false
5. com.sap.security.core.server.jaas.CreateTicketLoginModule REQUISITE ok false true
#1 ume.configuration.active = true
I see the error:
com.sap.security.core.server.jaas.SPNegoLoginModule OPTIONAL ok exception true Access Denied. No authorization header received.
#1 com.sap.spnego.jgss.name = Servers
#2 com.sap.spnego.uid.resolution.attr = kpnprefix
#3 com.sap.spnego.uid.resolution.dn = dn
#4 com.sap.spnego.uid.resolution.mode = prefixbased
but this is a guest user, this user don't have any AD user...
Can you please help me with this issue?
thank you
Best regards
João Macedo