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