The setup documentation I used for the passport service is at https://gluu.org/docs/ce/3.0.1/authn-guide/passport/ and I followed the steps on ```Setup Passport.js with Gluu``` step 1-11. The log file that is giving me that above log snippet that I posted is from ```/opt/gluu/node/passport/server/logs/passport.log```. I have also checked ```/opt/gluu/jetty/oxauth/logs/oxauth.log``` and ```/opt/gluu/jetty/oxauth/logs/oxauth_script.log``` which only produce the following outputs..
```
2017-04-03 11:32:51,645 DEBUG [qtp1395089624-166] [org.xdi.oxauth.service.external.ExternalAuthenticationService] (ExternalAuthenticationService.java:337) - Validating acr_values: 'passport'
2017-04-03 11:32:51,645 DEBUG [qtp1395089624-166] [org.xdi.oxauth.service.external.ExternalAuthenticationService] (ExternalAuthenticationService.java:132) - Executing python 'isValidAuthenticationMethod' authenticator method
2017-04-03 11:32:51,646 DEBUG [qtp1395089624-166] [org.xdi.oxauth.service.external.ExternalAuthenticationService] (ExternalAuthenticationService.java:221) - Executing python 'prepareForStep' authenticator method
2017-04-03 11:32:51,647 DEBUG [qtp1395089624-166] [org.xdi.oxauth.service.external.ExternalAuthenticationService] (ExternalAuthenticationService.java:234) - Executing python 'getExtraParametersForStep' authenticator method
2017-04-03 11:32:51,658 DEBUG [qtp1395089624-166] [org.xdi.oxauth.service.ClientService] (ClientService.java:128) - Found 1 entries for client id = @!1C46.38AE.D077.C150!0001!849C.7440!1111!3604.ECCE
2017-04-03 11:32:51,659 DEBUG [qtp1395089624-166] [org.xdi.oxauth.service.ClientService] (ClientService.java:128) - Found 1 entries for client id = @!1C46.38AE.D077.C150!0001!849C.7440!1111!3604.ECCE
2017-04-03 11:32:51,660 DEBUG [qtp1395089624-166] [org.xdi.oxauth.service.ClientService] (ClientService.java:128) - Found 1 entries for client id = @!1C46.38AE.D077.C150!0001!849C.7440!1111!3604.ECCE
2017-04-03 11:32:51,661 DEBUG [qtp1395089624-166] [org.xdi.oxauth.service.ClientService] (ClientService.java:128) - Found 1 entries for client id = @!1C46.38AE.D077.C150!0001!849C.7440!1111!3604.ECCE
2017-04-03 11:32:51,661 DEBUG [qtp1395089624-166] [org.xdi.oxauth.service.ClientService] (ClientService.java:128) - Found 1 entries for client id = @!1C46.38AE.D077.C150!0001!849C.7440!1111!3604.ECCE
2017-04-03 11:32:51,662 DEBUG [qtp1395089624-166] [org.xdi.oxauth.service.ClientService] (ClientService.java:128) - Found 1 entries for client id = @!1C46.38AE.D077.C150!0001!849C.7440!1111!3604.ECCE
2017-04-03 11:32:51,665 DEBUG [qtp1395089624-166] [org.xdi.oxauth.service.ClientService] (ClientService.java:128) - Found 1 entries for client id = @!1C46.38AE.D077.C150!0001!849C.7440!1111!3604.ECCE
2017-04-03 11:32:51,666 DEBUG [qtp1395089624-166] [org.xdi.oxauth.service.ClientService] (ClientService.java:128) - Found 1 entries for client id = @!1C46.38AE.D077.C150!0001!849C.7440!1111!3604.ECCE
```
and
```
2017-04-03 11:33:46,302 INFO [qtp1395089624-156] [org.xdi.service.PythonService$PythonLoggerOutputStream] (PythonService.java:219) - Passport: Basic. Prepare for Step 1 method call
```
Ill attach a screenshot of the screen that tells me to go back and register after I have clicked the 'Allow' button on Googles side. When following the network trace it would appear I get the code from google ```https://gluu.idp/passport/auth/google/callback?code=4/mOzWp7qMVVwyFllKsPMB5jXktsB8Q0915zPAY51zV9s#``` but then I get redirected to this following URL ```https://gluu.idp/oxauth/auth/passport/passportlogin.htm?failure=Go back and register!```