Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

SSO Integration via SAML with Developer Portal 4.17.0.1

Hi @gkoli@apigee.com

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

  • Set ‘store.type’ to sql
  • Set the value of the 'store.sql.dsn' key as 'mysql:host=<dbhost>;port=<port>;dbname=<database>

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

0 5 1,193
5 REPLIES 5