Panel | ||||
---|---|---|---|---|
On this page you will find instructions on how to create a static connection to a Moonshot Identity Provider (IdP) without the need to access the Trust Router infrastructure for realm information. Contents
|
Info | ||
---|---|---|
| ||
In the example configuration information that follows, we shall refer to the organisation that owns the Moonshot IdP as Camford University and the IdP itself by its IP address, 192.168.213.24. |
...
Numberedheadings |
---|
RadSecBecause this connection continues to use RadSec, we still have to request several files from Camford University, namely the Certificate Authority (CA) file for Camford (ca.pem), and the Client Certificate (client.pem) and private key (client.key) for use with their Moonshot IdP. Preparing the certificatesIf Camford University used our instructions
Storing the certificatesBecause the certificates are only used by FreeRADIUS, it is best if you store the certificates in FreeRADIUS' make destroycerts command in the FreeRADIUS certs directory will also erase these certificates!Rename the files from ca.pem and client.pem to an easily-recognisable name, such as camford_moonshot_ca.pem and camford_moonshot_client.pem. Then make sure they are readable by members of the FreeRADIUS group. FreeRADIUS configurationIn the FreeRADIUS configuration, we can define a single file that contains everything about the RadSec connection to the Moonshot IdP:
You should now try a test to check that the connection is functional. |
...