File: README

package info (click to toggle)
python-pysaml2 2.0.0-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 26,352 kB
  • ctags: 11,612
  • sloc: xml: 219,044; python: 50,122; makefile: 106; sh: 18
file content (26 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This is a very simple setup just to check that all your gear are in order.

The setup consists of one IdP and one SP.
The IdP authenticates users by using a htpasswd plugin and gets the identity information
from the ini-plugin.

All this is in the idp/who.ini configuration file, the file used for authentication
is idp/passwd and the ini file is idp/idp_user.ini.

The passwords in passwd in clear text:

roland:friend
ozzie:two
derek:three
ryan:four
ischiro:five

The SP doesn't do anything but show you the information that the IdP sent.

To make it easy, for me :-), both the IdP and the SP uses the same keys.

To run the setup do

./run.sh

and then use your favourit webbrowser to look at "http://localhost:8087/whoami"