cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

samlsinglesignon Spring security ootb SSO Relay State Success

rohan_luthra94
Explorer
0 Likes
460

IN samlsinglesignon In spring security xml file OTB bean

successRedirectHandler commented, i want to use SAMLRelayStateSuccessHandler in my case am trying to create new bean in my custom but it is not overriding from Custom extension it is picking OOTB one

OOTB

1.

<!-- Handler deciding where to redirect user after successful login for org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler --> <bean id="successRedirectHandler" > <property name="defaultTargetUrl" value="/"/> </bean>

2.

<!-- Use the following for interpreting RelayState coming from unsolicited response as redirect URL "SAMLRelayStateSuccessHandler": --> <!-- <bean id="successRedirectHandler"> <property name="defaultTargetUrl" value="/" /> </bean> -->

In my case i want to use commented one which is 2nd

Any suggestion are most welcome

Accepted Solutions (0)

Answers (0)