0

OpenLiberty does not seem to support variable substitution of boolean data-types. I have a MicroProfile JWT configuration element (ignoreApplicationAuthMethod) that I would like to tokenize. Are there best practices for externalizing boolean parameters needed in server.xml? To work around this I have pulled the entire mpJwt configuration element up into our parent environment specific xml, but this in not ideal as not every server requires this mpJwt configuration.

What I would like to do:

`<mpJwt audiences="myAud" id="${jwtBuilderName}" ignoreApplicationAuthMethod="${enforceJwt}" issuer="http://openliberty.io" keyName="secretKey" mapToUserRegistry="false"/>`

0 Answers0