X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=testing%2Fidp.mdwn;h=c7e7393503a86bdb4f0888ecbe1bc6a4e9c591b8;hb=d3f5aa283b62fb2b6775e2fc83c9d147cde62f07;hp=efe3767ea9566dc0611d13c16cde17aac01d0497;hpb=3f77715bb7d74f521391031015e938438da6a3e2;p=devwiki.git diff --git a/testing/idp.mdwn b/testing/idp.mdwn index efe3767..c7e7393 100644 --- a/testing/idp.mdwn +++ b/testing/idp.mdwn @@ -1,3 +1,5 @@ +# 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. @@ -9,17 +11,19 @@ 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/radsecproxy as: +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" + config gss-eap { + type = UDP + timeout = 1 + retries = 1 + server { + hostname = "192.168.192.56" + service = "1812" + secret = "testing123" + } } -}