Support Forum
I want to know more about Single Sign On module. We already bought ViMP Professional with HD-Transcoding module. Now interested in this module
1. What about installation, updates of this module?
2. What kind of adaption do we have to make for other applications to integrate our services with this module?
3. Can we have more information related to this module?
1. What about installation, updates of this module?
2. What kind of adaption do we have to make for other applications to integrate our services with this module?
3. Can we have more information related to this module?
07.10.2011 12:56
Hello dinamozzz,
first sorry for late reply.
The module is easy to install:
Please check the link "Technical Documentation" here
http://www.vimp.com/en/product-details/product/single-sign-on.html
cheers,
first sorry for late reply.
Quote:
apps/webtv/config/factories.yml
The module is easy to install:
Code:
1. copy all files into your ViMP directory 2. edit apps/frontend/config/settings.yml and add the "sso" to the parameter enabled_modules 3. update your database: CREATE TABLE `sso_auth` ( `ssoid` INTEGER(11) NOT NULL AUTO_INCREMENT, `username` VARCHAR(255) NOT NULL, `password` VARCHAR(255) NOT NULL, `created_at` DATETIME NOT NULL, PRIMARY KEY (`ssoid`), KEY `uv_i_username`(`username`) )Type=InnoDB; 4. run ./symfony rebuild
Quote:
2. What kind of adaption do we have to make for other applications to integrate our services with this module?
3. Can we have more information related to this module?
Please check the link "Technical Documentation" here
http://www.vimp.com/en/product-details/product/single-sign-on.html
cheers,
ViMP Support Team
15.10.2011 12:59
