(no commit message)
[devwiki.git] / testing / idp.mdwn
1 One of the laptops has a FreeRADUS instance that is configured as an Identity Provider.
2
3 The IP address of this system is 192.168.192.56.
4
5 There is a user defined in /etc/freeradius/users
6
7 Username: steve@example.com
8 Password: testing
9
10 FreeRADIUS is configured to return a SAML authentication assertion in the post-auth section of sites-available/default.
11
12 Any RADIUS client using a secret of testing123 in 192.168/16 will work (see /etc/freeradius/clients.conf)
13
14 You will need to configure /usr/local/moonshot/etc/radsec.conf as:
15
16     config gss-eap {
17         type = UDP
18         timeout = 1
19         retries = 1
20         server {
21             hostname = "192.168.192.56"
22             service = "1812"
23             secret = "testing123"
24         }
25     }