Update: Send user profile in signed JWT to oxAuth endpoint - GluuFederation/gluu-passport GitHub Wiki
- Add new properties to passport_social authN script:
key_store_file = /etc/certs/passport-rp.jks
key_store_password = secret
-
Deploy this version of the passport-social custom script.
-
Change in
/etc/gluu/conf/passport-config.jsonapplicationEndpoint to:
"applicationEndpoint": "https://<host-name>/oxauth/postlogin",
-
Update
/opt/gluu/node/passport/server/routes/index.jswith the contents of this file. -
Restart passport service.