Skip to content

get a shibboleth idp and sp up and running on a vagrant box

Notifications You must be signed in to change notification settings

ssejourne/shibboleth-vagrant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shibboleth Vagrant

Get an instance of Shibboleth SP and Idp up and running using Vagrant and Puppet.

Diagram

Getting started

Before you start, ensure you have VirtualBox and Vagrant installed and working.

  1. git clone https://github.com/ssejourne/shibboleth-vagrant.git
  2. cd shibboleth-vagrant/puppet-contrib && librarian-puppet update && cd ..
  3. vagrant up

That's it! The VM will be created and Puppet will download and configure shibboleth for you.

You can check to make sure everything worked by visiting: https://shibboleth-idp.vagrant.dev/idp/status

Test it by starting to log in https://shibboleth-sp.vagrant.dev/secure

Network Diagram

Network Diagram

Servers

IDP - shibboleth-idp.vagrant.dev

SP - shibboleth-sp.vagrant.dev

LDAP

The ldap is on the ha-proxy server and accounts can be managed with an LDAP Account Manager on shibboleth-sp.vagrant.dev

  • URL (LDAP Account Manager) : https://shibboleth-sp.vagrant.dev/lam
    • LDAP Account Manager admin user : lam / lam
  • LDAP Manager : admin / vagrant
  • Logins password are login with '123' at the end

HAPROXY

MONITOR

About

get a shibboleth idp and sp up and running on a vagrant box

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 62.0%
  • Puppet 36.1%
  • Ruby 1.1%
  • PHP 0.8%