1) Check for credentail expired in UserDetailsService and add a role CHANGE_PASSWORD
2) Create your own AuthenticationSuccessHandler and check for role if role has CHANGE_PASSWORD redirect it...
Type: Posts; User: harshi; Keyword(s):
1) Check for credentail expired in UserDetailsService and add a role CHANGE_PASSWORD
2) Create your own AuthenticationSuccessHandler and check for role if role has CHANGE_PASSWORD redirect it...
Hi Arjen,
I am trying to build my project suing spring-ws.2.0.4 it doesn't build because of missing
below artifacts.
com.sun.xml.wsit:xws-security:jar:1.3.1
...
I am getting the same error? What was the issue?
Have you figured it out? I ran into the same issue? There is setter method in CacheAspectSupport for injecting customKeygenerator but there is no way how to configure it.
Regards
Harshi
Hi Arjen,
Can you please look at my JIRA issue? This is causing issue in production
I have added comments.
Thanks
Harshi
Here is the JIRA issue
https://jira.springsource.org/browse/SWS-708
Thank you. I will create a JIRA issue
Thanks for you reply Tarek.
I have Validtion Interecptor first and SecurityInterceptor Later in the sequence. This error is not due to request errors.
When response has validation errors...
Hi All,
I am using PayloadValidatingInterceptor for validating request and response.
When the response validation fails its returning the response message.
But its not clearing...
How to tell Hibernate to incorporate schema names in generated queries ?
We also use native queries as well. I have searched through forums and couldn't find any where on how incorporate schema...
Hi Arjen and All,
I have been using XwsSecurityInterceptor and SpringDigestPasswordValidationCallbackHandler for ws digest password security, this works fine. Now I have a requirement that I...
Hi all,
Any one used CAS single sign on with spring-ws security using digest password policy?
I am looking for some example on how to configure it?
Reagrds
Harshi
If use spring core 3.0.5 , it will get resolved.
Hi ,
Below is the configuration on the client side for httpinvoker, I want to set the service Url based on the application which user logged in.
Whats the best way to do this without having ...
have you figured it out this ?
Hi Arjen,
I have upgraded to this release didn't find anu issues.
Great Job.
Harshi
The wsd is generated dynamically using specified xsd.
Take a look at this one.
<sws:dynamic-wsdl id="subscription" ...
Arjen,
I have tried that and its working now. Thanks for the quick fix.
I didn't see any other bugs so far, when do you think you can release the final release?
I have been really waiting...
Great tutorials. It would be nice to add tutorial using xwss security intereceptors using sws annotations.
I have updarded to RC2 and I am getting the following error????
<sws:interceptors>
<bean id="wsSecurityInterceptor"...
Are you using spring-ws for multi tenant web services?
If yes, how you are passing cusomer/tenant Id?
Hi Arjen,
I have read lot of forums on this topic but no one has clear solution on this?
Does anybody knows a way to integrate header information during the WSDL generation?...
Did you figured it out?
This is so exciting.
Any one use Second Level Cache with AbstractRoutingDataSource?