K
kevin hermans
Guest
Michael may I ask a question, because I have the feeling you understand this very well. So in the "Spring security process" there is a block "j_spring_security_check" followed by authenticate. Then "OERealmAuthProvider" is called and at the end Progress create the client-principal and it ads it to the Session memory and done. This is for the regular authentication provided by Progress nice and easy. But what if we want to make a custom for example "j_custom_security_check". And replace the "OERealmUserDetailsImpl" with our custom ABL procedure we all can write by our own
Then we can add extra parameters and catch all different logon providers here. Because I don't understand much of the spring architecture. It looks for me a "simple" copy and past and adjusting some variables. But I don't now where to start. Can you give me a hint please? Else I will read the spring security docs and adopt it into my knowledgebase
. Thank you (Please visit the site to view this file)
Continue reading...
Continue reading...