Discussions
Compare notes among each other.

Your shopping cart

There are no items in your cart.

ViMP Admin Guide

Download the ViMP 2.6 Admin Documentation!

Download now!

ViMP Hosting

All from one source! Host your ViMP portal in our cloud-based SaaS solution!
 
ViMP Hosting

ViMP Servers

Dedicated power for your ViMP portal with full control and exclusive usage!
 
ViMP Servers

Support Forum

 
Avatar
dinamozzz
Posts: 36
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?
07.10.2011 12:56
Avatar
support
ViMP Support
Posts: 3650
Hello dinamozzz,

first sorry for late reply.

iconQuote:
apps/webtv/config/factories.yml


The module is easy to install:

iconCode:
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


iconQuote:
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
 
Log in or register in order to write forum posts.