I have cloned https://github.com/infor-cloud/ion-api-sdk/
which includes:
DotNetBackendOAuth2
DotNetRichClientOAuth2
DotNetWebClientOAuth2
GolangBackendOAuth2
JavaThickClientOAuth2
JavaWebClientOAuth2
LICENSE
README.md
The README documents the following for the Java Web application
A sample Java web application is included in this SDK. By default the app uses userdetails endpoint of the Infor Ming.le API. To change the endpoint modify URL in bearerClientRequest of com/infor/ionapi/sample/client/web/OAuth2Servlet.java. To run the source, extract the source and run mvn jetty:run to use embedded jetty or to deploy to your container
Even though I cloned the repository, this file is missing.
The class was picked up on the maven build and tomcat deploy
/home/ec2-user/projects/webapps/SampleAppOAuth2/src/main/webapp/WEB-INF/classes/com/infor/ionapi/sample/client/web/OAuth2Servlet.class
/var/lib/tomcat8/webapps/SampleAppOAuth2/WEB-INF/classes/com/infor/ionapi/sample/client/web/OAuth2Servlet.class
I am unable to locate the java source file.
I continue to receive
This site can’t be reached
mingleinteg01-sso.mingledev.infor.com’
Regardless that I updated /home/ec2-user/projects/webapps/SampleAppOAuth2/src/main/webapp/WEB-INF/classes
ifsceoauth.properties
With the correct JSON values
do I need to build my own OAuth2Servlet.java ? If so I would need to rebuild OAuth2Servlet.class and RedirectServlet.class