I’ve configured the Java sample app just as directed in its documentation. I have a user and have created a a username-password-authentication connection associated with the only client I have defined. I have tested that connection with one of the users I have defined and gotten the success display.
When I try to run the Java sample app with URL localhost:8080/portal/home
, I get the login prompt, I log in and then get the 404 Not Found error for the callback at localhost:8080/callback
.
I go to logs and see that the login itself was successful. What am I doing wrong?