I'm trying to build a RestApp that uses
jdbc authentication and tokens, but somehow I can't get it to work.
Pages that need to be secured, are secured and the redirecting to the loginpage works, but when I enter the usercredentials nothing happens...
Any tips to point me towards the solution would be greatly appreciated...
This is my websecurity:
My webMvcConfig:
My LoginSuccesHandler:
My application.properties:
Clientside:
Online I red that a lot of people use oauth to secure REST applications, but you have to register for the service?
I couldn't quite figger out how it works.
Any help would be great, Thanks