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