Skip to content

SimpleSamlPHP for Cloud Foundry - hack to get it to work

License

LGPL-2.1, Unknown licenses found

Licenses found

LGPL-2.1
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

pivotal-cf/simplesamlphp-for-cf

 
 

SimpleSAMLphp

This is NOT the official repository of the SimpleSAMLphp software.

This is a code fork for the simplesamlphp in it's configured, ready to deploy to Cloud Foundry format.

This is used for the PCF App SSO team for development purposes. It was forked from the OpsManager team's fork.

Hard-coded users

User login: admin / password
Additional user login: user / password
SAML Administrator login: admin / pizza9pixel

Running a SAML server for local testing

Install php binary if it is not installed.

Start the server from the www directory:

cd www
php -S 127.0.0.1:5000

If you need to change the port to something other than 5000, you will need to add your domain to trusted.url.domains in config/config.php.

The IDP metadata is in the Federation tab. If you followed the above set up, here it is for quick reference: http://127.0.0.1:5000/saml2/idp/metadata.php

For testing groups

There is a groups attribute called snack-groups. Look in config/authsources.php for group definitions for each user. The admin user (with passsword password) is the only member of a group called pretzel-admins.

About

SimpleSamlPHP for Cloud Foundry - hack to get it to work

Resources

License

LGPL-2.1, Unknown licenses found

Licenses found

LGPL-2.1
LICENSE
Unknown
COPYING

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.5%
  • CSS 2.9%
  • JavaScript 0.4%
  • Perl 0.1%
  • Ruby 0.1%
  • Shell 0.0%