Hello,
I can successfully retrieve the oAuth token when my app is running on my local development tomcat server. However, when I deploy it to the production Wildfly server, I get the following response when trying to retrieve the token:
<html><head><title>Error</title></head><body>Unauthorized</body></html>
Is there an additional configuration option that I have to set when running on Wildfly?
Thanks.