Thanks Michael,
Followed your advice and now I get the access_token, code and id_token in the url
https://jwt.io/ shows the content of the id_token however reports 'Invalid Signature'
```
/opt/opendj/bin/ldapsearch -h localhost -p 1636 -Z -X -D "cn=directory manager" -j ~/.pw -b "o=gluu" 'inum=@!A81A.15E8.A8C3.124A!0001!AC8B.4DEB!0008!C3A5.73A8'
dn: inum=@!A81A.15E8.A8C3.124A!0001!AC8B.4DEB!0008!C3A5.73A8,ou=clients,o=@!A81A
.15E8.A8C3.124A!0001!AC8B.4DEB,o=gluu
objectClass: oxAuthClient
objectClass: top
oxAuthContact: calmernst@gmail.com
oxAuthScope: inum=@!A81A.15E8.A8C3.124A!0001!AC8B.4DEB!0009!764C,ou=scopes,o=@!A
81A.15E8.A8C3.124A!0001!AC8B.4DEB,o=gluu
oxAuthScope: inum=@!A81A.15E8.A8C3.124A!0001!AC8B.4DEB!0009!F0C4,ou=scopes,o=@!A
81A.15E8.A8C3.124A!0001!AC8B.4DEB,o=gluu
oxAuthScope: inum=@!A81A.15E8.A8C3.124A!0001!AC8B.4DEB!0009!43F1,ou=scopes,o=@!A
81A.15E8.A8C3.124A!0001!AC8B.4DEB,o=gluu
oxLastLogonTime: 20160930054301.842Z
oxAuthPostLogoutRedirectURI: https://test.calm.dhamma.org/users/auth/openid_conn
ect/callback
oxAuthAppType: web
oxLastAccessTime: 20160930054301.842Z
oxAuthLogoURI: https://d30iqsd9yv0c8c.cloudfront.net/assets/bodhi-ad05e7469fa162
721af8590405918451.gif
oxAuthRedirectURI: https://test.calm.dhamma.org/users/auth/openid_connect/callba
ck
oxAuthTokenEndpointAuthMethod: none
oxAuthLogoutSessionRequired: false
oxAuthDefaultMaxAge: 300
oxAuthTosURI: https://test.calm.dhamma.org/terms_of_service.html
oxAuthPolicyURI: https://test.calm.dhamma.org/policy.html
oxAuthResponseType: code
oxAuthResponseType: token
oxAuthResponseType: id_token
oxAuthClientURI: https://test.calm.dhamma.org
displayName: Registration
oxAuthRequireAuthTime: true
oxAuthClientSecret: <hidden>
oxPersistClientAuthorizations: true
oxAuthGrantType: authorization_code
oxAuthGrantType: implicit
oxAuthGrantType: refresh_token
inum: @!A81A.15E8.A8C3.124A!0001!AC8B.4DEB!0008!C3A5.73A8
oxAuthTrustedClient: false
oxAuthSubjectType: public
```
oxauth.log:
```
2016-10-01 23:29:01,768 INFO [org.xdi.oxauth.service.AuthenticationService] Attempting to redirect user: SessionUser: SessionState, dn='uniqueIdentifier=4cc85ee1-2059-4f35-8b8f-078361ea3fa7,ou=session,o=@!A81A.15E8.A8C3.124A!0001!AC8B.4DEB,o=gluu', id='4cc85ee1-2059-4f35-8b8f-078361ea3fa7', isJwt=false, lastUsedAt=Sat Oct 01 23:29:01 UTC 2016, userDn='inum=@!A81A.15E8.A8C3.124A!0001!AC8B.4DEB!0000!12D4.DEAF,ou=people,o=@!A81A.15E8.A8C3.124A!0001!AC8B.4DEB,o=gluu', authenticationTime=Sat Oct 01 23:29:01 UTC 2016, state=authenticated, permissionGranted=null, permissionGrantedMap=null, sessionAttributes={auth_step=1, acr=internal, remote_ip=115.70.36.142, scope=openid profile, response_type=code token id_token, state=mystate, redirect_uri=https://test.calm.dhamma.org/users/auth/openid_connect/callback, nonce=abc, client_id=@!A81A.15E8.A8C3.124A!0001!AC8B.4DEB!0008!C3A5.73A8, auth_user=EKA}, persisted=true}
2016-10-01 23:29:01,770 INFO [org.xdi.oxauth.service.AuthenticationService] Attempting to redirect user: User: org.xdi.oxauth.model.common.User@2905bc2c
2016-10-01 23:29:01,777 INFO [org.xdi.oxauth.auth.Authenticator] Authentication success for User: 'EKA'
```