Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
korotovsky committed Dec 8, 2014
1 parent f2ef1a3 commit c19f5a9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,21 @@ krtv_single_sign_on_identity_provider:

otp_parameter: _otp
secret_parameter: secret

services:
acme_bundle.sso.consumer1:
class: Krtv\Bundle\SingleSignOnIdentityProviderBundle\Tests\Application\ServiceProviders\ServiceProvider1
tags:
- { name: sso.service_provider, service: consumer1 }

acme_bundle.sso.consumer2:
class: Krtv\Bundle\SingleSignOnIdentityProviderBundle\Tests\Application\ServiceProviders\ServiceProvider2
tags:
- { name: sso.service_provider, service: consumer2 }
```
Feel free to modify `ServiceProviders\*` classes. They contain your own specific logic for each connected service.

``` yaml
# app/config/security.yml
security:
Expand Down

0 comments on commit c19f5a9

Please sign in to comment.