Módosítások

VidyoPortal SSP

189 bájt hozzáadva, 2015. november 4., 00:11
Configure SSP IdP for VidyoPortal: minor rewording
You will need to configure SSP both as an IdP (in the direction of VidyoPortal) and an SP (for the federation).
== Configure SSP the IdP for VidyoPortal part ==Your proxy will be an IdP from the point of view of the VideoPortal. The IdP will use the SP part for authentication, thus you can login to the proxy by the federation.
Enable SAML2 IdP functionality in <code>config/config.php</code>:
openssl req -newkey rsa:2048 -new -x509 -days 3652 -nodes -out idp.crt -keyout idp.pem
It is easier to configure VidyoPortal by using friendly attribute names instead of OIDs, therefore use the <code>oid2name</code> ''AttributeMap'' for the transformation of attribute names. Edit ''metadata/saml20-idp-hosted.php'' as the following:
'auth' => 'default-sp',
'privatekey' => 'idp.key',
200 => array('class' => 'core:AttributeMap', 'oid2name'),
),
 
It is recommended to configure VidyoPortal by using friendly attribute names (you don't want to write OIDs), therefore use the built-in <code>oid2name</code> ''AttributeMap'' for the transformation of attribute names.
Retrieve VidyoPortal metadata from the portal administration interface and save it as ''metadata/vidyo-sp.xml''. It needs to be referenced from ''config/config.php'':

Navigációs menü