B
BartMille
Guest
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
Continue reading...
Continue reading...