-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Successfully deployed picketlink-angularjs-rest to Wildfly.
When I try to access without logged in
https://localhost:8443/picketlink-angularjs-rest/#/home
Chrome pops up a basic auth. windows requesting credentials for "Picketlink Default Realm", then clicking on cancel redirects to login page.
Firefox just redirects to login page (desired behavior I guess)
I did some debug, in TokenAuthenticationScheme.challengeClient the the "if" statment behaves differently for Chrome and Firefox. (isPrimaryAuthenticationRequest() )
How could I get rid of the popup?