Hi,
is there a good manual or guidelines how to start using Spring Security with PASOE?
From total beginning, like how to turn it ON and OFF, so all PASOE requests will be authorized / checked with Spring Security.
I have currenty set up simple WEB project with couple web services, that return some data from database.
How and where i should configure now to add some username / password checking through Spring Security?
OE12 (which roughly applies to 11.7.4 as well):
docs.progress.com/.../Enable-ABL-application-authentication.html
and then:
docs.progress.com/.../Local-and-Extended-Local-user-accounts.html
but this depends on where and how you store your passwords.
what OE version?
OE12 (which roughly applies to 11.7.4 as well):
docs.progress.com/.../Enable-ABL-application-authentication.html
and then:
docs.progress.com/.../Local-and-Extended-Local-user-accounts.html
but this depends on where and how you store your passwords.
Just one warning, if you start from scratch you're in for a lot of reading. Spring security can be a bit overwhelming.
thx all,
i start digging :)
I would love hear about your findings :-)