Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syw UID2 2460 cstg android spike #49

Closed
wants to merge 8 commits into from

Conversation

sunnywu
Copy link
Contributor

@sunnywu sunnywu commented Jan 23, 2024

To test, complete the following steps:

  • run C:\Users\[User]\AppData\Local\Android\sdk\platform-tools\adb.exe reverse tcp:8080 tcp:8080 to setup port forwarding so that android app in emulator can call operator server running on localhost
  • AndroidManifest.xml should have this extra line android:usesCleartextTraffic="true" so that it can make http call (by default only https call allowed)
  • use this operator backend server branch on which does a simple app name check prototype and run it using mvn clean compile exec:java -Dvertx-config-path=conf/local-config.json . It should be hosting on http not https. This requires Java 11 SDK as minimum.
  • start the dev-app and click the CSTG button and you should see the app makes a CSTG request and the token response from the operator service decrypted and logged and shown in Logcat.

@sunnywu sunnywu changed the title Syw UI d2 2460 cstg android spike Syw UID2 2460 cstg android spike Jan 24, 2024
@sunnywu sunnywu closed this Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant