--
You received this message because you are subscribed to the Google Groups "waffle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
dB. | Moscow - Geneva - Seattle - New York
code.dblock.org - @dblockdotorg - artsy.net - github/dblock
The reason I am doing this is because I think waffle SSO is doing authentication and I need to have authorization definded in web.xml(not in code). please let me know if there is a different way to accomplish this.
I have tested the same security-constraint on another app without SSO and it works perfectly.
Please note that I have configured tomcat with JNDIRealm to our AD for authentication.
Thanks,
John
--
You received this message because you are subscribed to the Google Groups "waffle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Bellow are the roles I tested and all have same access denied. I also removed the security constraint and tested the waffle filter test with the same role is correct. Waffle filter has correct role compare.
ROLE_MY_DOMAIN\ROLE_MY_GROUP
ROLE_MY_GROUP
ROLE_MY_DOMAIN/ROLE_MY_GROUP
ROLE_MY_DOMAIN\\ROLE_MY_GROUP
Unfortunately all have same result.
Thanks.
--
You received this message because you are subscribed to the Google Groups "waffle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Can you give me some pointer on how to do that?
You received this message because you are subscribed to a topic in the Google Groups "waffle" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/waffle-users/r2UaSaihfpY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to waffle-users...@googlegroups.com.
Enable waffle logging. Add the following to conf\logging.properties
in your Tomcat installation.
waffle.servlet.NegotiateSecurityFilter.level = FINE
waffle.servlet.spi.SecurityFilterProviderCollection.level = FINE
waffle.servlet.spi.NegotiateSecurityFilterProvider.level = FINE
waffle.servlet.spi.BasicSecurityFilterProvider.level = FINE
Restart Tomcat and review logs\Catalina*.log
.
I suggest you do this with the demo app, not your own, to find out exactly what the group is and try to add a constraint that works on top.
Yes. I have tried with and without AD\.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "waffle" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/waffle-users/r2UaSaihfpY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to waffle-users+unsubscribe@googlegroups.com.
I see. So the waffle filter approach for SSO with security constraint would not work then?
Any pointer for different approach to SSO that takes security constraint?
Thanks.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "waffle" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/waffle-users/r2UaSaihfpY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to waffle-users+unsubscribe@googlegroups.com.
ype Exception report
message The token supplied to the function is invalid
description The server encountered an internal error that prevented it from fulfilling this request.
exception
com.sun.jna.platform.win32.Win32Exception: The token supplied to the function is invalid waffle.windows.auth.impl.WindowsAuthProviderImpl.acceptSecurityToken(WindowsAuthProviderImpl.java:134) waffle.apache.NegotiateAuthenticator.authenticate(NegotiateAuthenticator.java:96) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:581) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:537) org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1081) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:658) org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:277) org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2403) org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2392) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) java.lang.Thread.run(Thread.java:745)
...<a href="http://code.dblock.org/" style="font-size:11px" target="_blank" onmousedown="this.href='http://www.google.com/url?q\75http%3A%2F%2Fcode.dblock.org%2F\46sa\75D\46sntz\0751\46usg\75AFQjCNGLfp0Qe8QnrI3ybrObRaYY0LGCRQ';return true;" onclick="this.href='http://www.google.com
...
For more options, visit <a href="https://groups.google.com/d/optout" target="_blank" onmousedown="this.href='https://groups.google.com/d/optout';return true
Sure I can do that. How to do a open documentation update request?
For more options, visit https://groups.google.com/d/optout.
Which example are you testing?
If you are getting prompt them I can assume setup is not correct.
Just a question. When prompted for logon, if you enter your network logon does it then work? I'm always prompted when running on local host for logon. If you can also try this on a remote machine. I suspect that will work.
I am not getting any prompt when browsing from IE and chrome. I have to add localhost or my machine name(where tomcat is running) to the trusted list when using Firefox.
Again, are you using tomcat valve and tomcat service running as LocalSystem?