I have cloned the SampleAppOAuth2 web application from github:
https://github.com/infor-cloud/ion-api-sdk
I believe the web application was developed on Netbeans, and deployed to Jetty, and I am using Maven/Tomcat on ec2. I generated a Maven DarchetypeArtifactId=maven-archetype-webapp, then modified the pom.xml to load the correct packages from Maven repository.
I manually copied the WEB-INF recursively to the new project structure, which includes the web.xml and
classes/com/infor/ionapi/sample/client/util/OAuth2ClientConfig.class and successfully generated and deployed the WAR to Tomcat.
I am able to run the application, but it falls short of being complet
The app includes an index.jsp with the following options:
Tenant:
<select name="tenant">
<option>ACME_PRD</option>
<option>ACME_AX1</option>
<option>Infor</option>
and Resource
Resource: <select>
<option>/mingle/socialservice.svc/user/detail</option>
</select>
I believe these values can be configured. Can anyone suggest these values ?