X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=testing%2Fidp.mdwn;h=c7e7393503a86bdb4f0888ecbe1bc6a4e9c591b8;hb=9ca3f5d33cdd7353a5332f9fe6126c2319e43313;hp=d7ccfd40cc76df65d9f2d2a5f1fb119b879d4a7b;hpb=369c768f0f58b39d555076451760bfb662c29b8d;p=devwiki.git diff --git a/testing/idp.mdwn b/testing/idp.mdwn index d7ccfd4..c7e7393 100644 --- a/testing/idp.mdwn +++ b/testing/idp.mdwn @@ -1,2 +1,29 @@ +# About the IdP + One of the laptops has a FreeRADUS instance that is configured as an Identity Provider. +The IP address of this system is 192.168.192.56. + +There is a user defined in /etc/freeradius/users + +Username: steve@example.com +Password: testing + +FreeRADIUS is configured to return a SAML authentication assertion in the post-auth section of sites-available/default. + +# Using the IdP as an identity provider + +Any RADIUS client using a secret of testing123 in 192.168/16 will work (see /etc/freeradius/clients.conf) + +You will need to configure /usr/local/moonshot/etc/radsec.conf as: + + config gss-eap { + type = UDP + timeout = 1 + retries = 1 + server { + hostname = "192.168.192.56" + service = "1812" + secret = "testing123" + } + }