This commit is contained in:
Bill Burke 2015-06-21 11:52:30 -04:00
parent fc2df08e15
commit 4ebdb8d24b
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,8 @@
package org.keycloak.authentication;
/**
* @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
* @version $Revision: 1 $
*/
public interface AuthenticationFlow {
}

View file

@ -300,7 +300,6 @@ public class LoginActionsService {
*/
@Path("authenticate")
@POST
@Consumes(MediaType.APPLICATION_FORM_URLENCODED)
public Response authenticateForm(@QueryParam("code") String code,
@QueryParam("execution") String execution) {
event.event(EventType.LOGIN);