Allow customization of redirect strategy in CasAuthenticationEntrypoint
#14881
Labels
Milestone
CasAuthenticationEntrypoint
#14881
Expected Behavior
Allow more customization or inheritance for
CasAuthenticationEntrypoint
Current Behavior
CasAuthenticationEntrypoint
hasfinal
keyword onthat prevent developer to change behavior.
If removing
final
isn't acceptable, otherwise allow changing hardcodednew DefaultRedirectStrategy()
insidecommence
to allow injectingRedirectStrategy
inside constructorContext
Allow developer to apply different strategy without having copying
CasAuthenticationEntrypoint
, could resolve #3123 for exampleI'm totally ok to propose a PR, but I'd like to get validation that is something acceptable
The text was updated successfully, but these errors were encountered: