I was following the Steps mentioned at link below to setup SAML on Developer Portal version 4.16.0.5
https://community.apigee.com/articles/29201/sso-integration-via-saml-with-developer-portal.html
Now we have moved to Developer Portal version 4.17.0.1 (nginx instead of apache and postgres instead of mariadb), how should we configure below two points of Step 5
Also are there any other changes related to new version in the Steps mentioned in link above.
I made the below entries in config.php
'store.type' => 'sql',
'store.sql.dsn' => 'pgsql:host=localhost;port=5432;dbname=devportal'
I am getting 403 Forbidden, when trying to access
http://<devportal_fqdn>:8080/simplesaml/
and it is redirecting to url
http://<devportal_fqdn>:8080/simplesaml/module.php/core/frontpage_welcome.php
Thanks