You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by GitBox <gi...@apache.org> on 2022/02/15 09:40:28 UTC

[GitHub] [syncope] ilgrosso commented on pull request #315: Upgrading CAS to 6.5.x; moving wa-reference as https

ilgrosso commented on pull request #315:
URL: https://github.com/apache/syncope/pull/315#issuecomment-1040058676


   > Do you happen to know which properties are not loaded? All or only a select few?
   
   It starts empty, but when I add something like
   
   ```
   cas.authn.attribute-repository.syncope.url=https://localhost:9443/syncope/rest
   cas.authn.attribute-repository.syncope.basic-auth-username=admin
   cas.authn.attribute-repository.syncope.basic-auth-password=XXXX
   cas.authn.attribute-repository.syncope.search-filter= username=={user}
   ```
   
   I can see it that attribute resolution is not working, while adding the same props in `fit/wa-reference/src/main/resources/wa-embedded.properties` all is working as expected.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@syncope.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org