Information about JAAS can be faound at:
http://www.JAASbook.com
Hi,
Trying to get a custom login through a JAAS
LoginModule.
Got the authentication to work (confirmed thru
println()), but get back a HTTP
unauthorized error in the browser.
Gets to the commit() of LoginModule, where I add
a "P
Hi,
Trying to get a custom login through a JAAS
LoginModule.
Got the authentication to work (confirmed thru
println()), but get back a HTTP
unauthorized error in the browser.
Gets to the commit() of LoginModule, where I add
a "Principal" based on the one "role" defined in
tomcats web.xml ... sam