Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

SimpleSamlPHP for Cloud Foundry - hack to get it to work

License

Notifications You must be signed in to change notification settings

vmware-archive/simplesamlphp-for-cf

 
 

Repository files navigation

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 Ops Manager team for development purposes.

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

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%