mijndomein / dreamcommerce-sso-client-bundle
Symfony 2 integration for dreamcommerce single sign on client
Installs: 1 795
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 23
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4.0
- mijndomein/dreamcommerce-sso-client: 0.3.*
- symfony/framework-bundle: ~2.3
Requires (Dev)
This package is not auto-updated.
Last update: 2018-05-18 14:33:28 UTC
README
A Symfony integration bundle for the DreamCommerce SSO client
Configuration options
The following configuration options are avalable:
required: dream_commerce_single_sign_on_client.server_salt
A salt provided by DreamCommerce
optional: dream_commerce_single_sign_on_client.token_path
The Path to the token in the handshake url
optional dream_commerce_single_sign_on_client.token_validity
The number of seconds a token is considered valid in seconds
optional dream_commerce_single_sign_on_client.use_secure_connection
Should the handshake url be requested via https?