You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with values substituted appropriately of course, yields the following error:
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'app.ad-domain' in value "${app.ad-domain}"
at org.springframework.util.PropertyPlaceholderHel..
Changing the yaml, by removing some leading spaces, to:
Disclaimer: I have very little knowledge of Spring
Running:
$ java -jar sec-server-win-auth-2.1.1.jar --spring.config.location=sec-server-win-auth.yaml
with sec-server-win-auth.yaml contents of:
with values substituted appropriately of course, yields the following error:
Changing the yaml, by removing some leading spaces, to:
appears to fix the issue.
From looking at the other configs, this appears to be a typo in the documentation?
The text was updated successfully, but these errors were encountered: