Hi Bill,
My goal is get liveoak, aerogear and keycloak working on different servers. LiveOak uses Keycloak and Aerogear. Following are the steps i took.
3) Imported attached JSON in as a new aerogear realm in keycloak. Worked
4) Updated Keycloak to use MongoDB. Worked
6) Restarted both the wildfly servers.
8) PROBLEM: After login redirect to
https://XXX.XXX.XXX.XXX:8443/ag-push/ where by i get error "No state cookie" in AreoGear log, which is coming from OAuthRequestAuthenticator line 116 because the adapter can not find a cookie with name "
OAuth_Token_Request_State" in HTTP.
Troubleshooting Try 1.
1) updated aerogear to use 1.0.1.Beta1 Adapter. Still works does not solve the problem same error.
Troubleshooting Try 2.
1) updated keycloak.json by adding "disable-trust-manager": true. Still works does not solve the problem same error.
Troubleshooting Try 2. Still have not done but will do today is
1) updated keycloak.json by adding "disable-trust-manager": false,"truststore": "/path","truststore-password": "password". Will report back shortly.
Regards,
Pratik Parikh