OhadR / authentication-flows

oAuth2 sample: auth-server, resource server and client. "Authentication-Flows" is also a sub-module here.
42 stars 54 forks source link

ActivateAccountEndpoint: target HTML should be a param #47

Closed OhadR closed 10 years ago

OhadR commented 10 years ago

the target HTML should be a param. currently it is hard ocded to LOGIN_FORMS_DIR +"/" + "AccountActivated.htm"

when i wanna run in REST mode, i want the HTML page to be in a different dir (with the controller) so i need it to be parameterized. 'AuthenticationFailureHandler' is doing similar thing - with a param (defaultTargetUrl)