PAS configuration problems

Posted by BartMille on 25-May-2018 07:55

I'm trying to configure a PAS. 

But I keep running into this error:

Invalid bean definition with name 'ablAuthzCallbackUserDetails' defined in ServletContext resource [/WEB-INF/spring/customAuthHeaderFilter.xml]: Could not resolve placeholder 'customAuthorization.UserDetails.roleAttrName' in string value "${customAuthorization.UserDetails.roleAttrName}"; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'customAuthorization.UserDetails.roleAttrName' in string value "${customAuthorization.UserDetails.roleAttrName}"


I can add the property customAuthorization.UserDetails.roleAttrName to ablsecurity.properties, but then it'll show me the next property and the next and...

Does anybody know why this happens?

I'm just triying to add the most basic rest-service (anonymous auth) possible to do some tests.

Running 11.7.3

All Replies

Posted by Irfan on 25-May-2018 09:01

Hi,

Were you trying this on a brand new 11.7.3 instance or older instances ? If it was older instances, then I am guessing there might be mismatch between the authFilerer.xml files which are in <PASOE Instance>/webapps/<WEBApp>/WEB-INF/spring folder.

Posted by BartMille on 25-May-2018 09:05

Thx for your reply.

No, brand new installation (the trial version)

Posted by Irfan on 25-May-2018 09:39

That should work fine until unless the installation is corrupted. May I know what you mean by trail version, what licenses did you install ?

Posted by BartMille on 25-May-2018 09:50

I just followed this link:

www.progress.com/trial-openedge

The cfg file shows a Progress Dev studio license

Posted by BartMille on 25-May-2018 10:07

I'm going to install it on a new virtual machine. Perhaps there's something corrupt. Although I compared every file from the root-app(which works) with my test-app. I probably should do some reading on the subject as well. :-)

This thread is closed