By: Jay Kumar user 22 Jan 2018 at 12:05 p.m. CST

2 Responses
Jay Kumar gravatar
Hi Gluu Team, We have installed the latest version of Gluu server 3.1.2, enabled passport-saml script as well as support from oxTrust UI and also made that as default authentication method. We are following the latest 3.1.2 doc for Inbound SAML using Passport.js to support SAML authentication from multiple IdPs using Gluu as a middleware. We added a new external IdP in passport-saml-config.json file and restarted the passport service inside the Gluu container but it is not generating the metadata as mentioned in the doc. Also, tried restarting Gluu server itself but it didn't generated the metadata. Kindly suggest us what could be the reason for the same or Is there any logs for onboarding IdP's where we can look for the issue why it is not generating the metadata?? Thanks!

By Aliaksandr Samuseu staff 22 Jan 2018 at 12:11 p.m. CST

Aliaksandr Samuseu gravatar
Hi, Jay. What logs under `/opt/gluu/node/passport/server/logs/` do show? Please also provide contents of your `/etc/gluu/conf/passport-saml-config.json` file

By Jay Kumar user 23 Jan 2018 at noon CST

Jay Kumar gravatar
Thank you Aliaksandr for the information about the passport server logs. We analysed the logs and fixed the issue in our passport-saml-config.json file. It is working now. Thanks again!!