[jboss-user] [Security & JAAS/JBoss] - Re: JBOSS Negotiate toolkit Secured servlet throws 403 Acces

2009-07-01 Thread dufferdo25
Ok I figured out my issue. I was configuring the file spnego-roles.properties incorrectly. I assumed that the SPN user was the account I needed to put in here. Instead I realize now that I have to put all users that require access to web-app iin this file. Thanks for the help. View the origin

[jboss-user] [Security & JAAS/JBoss] - Re: JBOSS Negotiate toolkit Secured servlet throws 403 Acces

2009-06-29 Thread jlmagc
It seems that it's calling twice to the SPNEGOLoginModule. The fist time it fails anonymous wrote : | xt | 2009-06-18 16:58:32,518 TRACE [org.jboss.security.negotiation.spnego.SPNEGOLoginModule] (http-0.0.0. | 0-8080-1) Result - false | but the second one it sucess anonymous wrote : 2

[jboss-user] [Security & JAAS/JBoss] - Re: JBOSS Negotiate toolkit Secured servlet throws 403 Acces

2009-06-29 Thread dufferdo25
Any ideas about the above error? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240879#4240879 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4240879 ___ jboss-user mai

[jboss-user] [Security & JAAS/JBoss] - Re: JBOSS Negotiate toolkit Secured servlet throws 403 Acces

2009-06-18 Thread dufferdo25
OK TRACE reveals an error : javax.security.auth.login.LoginException: Continuation Required. Here is the server.log output of the pertinent error and surrounding TRACE stmts. | 2009-06-18 16:58:32,512 DEBUG [org.jboss.security.negotiation.spnego.SPNEGOLoginModule] (http-0.0.0.0-8080-1) Logg

[jboss-user] [Security & JAAS/JBoss] - Re: JBOSS Negotiate toolkit Secured servlet throws 403 Acces

2009-06-18 Thread dufferdo25
Here is a dump of console whilst I access Secured servlet 14:16:19,722 INFO [STDOUT] Debug is true storeKey true useTicketCache false useKeyTab true doNotPrompt true ticketCache is null isInitiator true KeyTab is /home/admin/jportal.host.keytab refreshKrb5Config is false principal is host/jp

[jboss-user] [Security & JAAS/JBoss] - Re: JBOSS Negotiate toolkit Secured servlet throws 403 Acces

2009-06-17 Thread dufferdo25
Thanks for the response not sure what happened but it doesnt show what you suggested I add to the log4j file. BTW do you mean the jboss-log4j.xml file? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238309#4238309 Reply to the post : http://www.jboss

[jboss-user] [Security & JAAS/JBoss] - Re: JBOSS Negotiate toolkit Secured servlet throws 403 Acces

2009-06-16 Thread jlmagc
Have you tried to use the logs? I think you will get more useful information. You just need to put the following in the log4j.xml file Please try and let us know if it shows any error. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238038#423

[jboss-user] [Security & JAAS/JBoss] - Re: JBOSS Negotiate toolkit Secured servlet throws 403 Acces

2009-06-11 Thread dufferdo25
Any Ideas? Is there another module I can use for silent sign on? Cheers! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237128#4237128 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237128 _