SingleSignOnServiceProviderBundle icon indicating copy to clipboard operation
SingleSignOnServiceProviderBundle copied to clipboard

Single Sign On bundle for Symfony2 projects. SP part.

Results 11 SingleSignOnServiceProviderBundle issues
Sort by recently updated
recently updated
newest added

Hi, I basically implement the workflow of SP and IDP, but when I check OTP in sp,A `class' krtv/singlesignon/entity/onetimepassword 'does not exist` error occurred. My verification address is `http://127.0.0.1:8001/otp/validate/?_hash=0jy3gpdT1djfNkXjh2FLJZZf4rhv2FrHGGvYu/k7K4Y=&_otp=R6+++u1N6s5Gdj4cskBMBtdAjsRL65xur6zKQ720RCkF96TpFNZ4nlXh1mxsjUK2jgsblkrxCbLGs0HthJJvxg==&_target_path=http://127.0.0.1:8001/?_hash=KPWaBPcQIYxu5wVvtjrW0Ns6TdukNuT66wYgObAZp1w%3D`. Can...

Hi, This is the PHP and Symfony version information 1. php version 5.5.9 2. symfony 2.6 composer.json ``` "korotovsky/sso-sp-bundle": "0.1.0", "korotovsky/sso-idp-bundle": "0.1.0" ``` /app/config/config.yml ``` krtv_single_sign_on_identity_provider: host: 127.0.0.1:8000 host_scheme: http...

Hi! I am actually a little confused what this accomplishes. We have multiple systems - all running on Symfony 4, all running on different TLDs - one of which being...

Can't install this bundle with composer on symfony 3.4.25 :( The IdP works very well on 3.4.25, but I need to install service providers as well

Please forgive my ignorance. Could you please explain acme_bundle.your_own_fetch_service.id and acme_bundle.guzzle_service.id some more? In regards to the following portion in the config.yml: ``` managers: http: provider: service # Active provider...

I got InvalidConfigurationException Invalid firewall "main": user provider "main" not found. Because of `main:` ` pattern: ^/` ` security: true` ` sso:` ` require_previous_session: false` ` provider: main` Symfony 3.4.22

Hello, I've been trying to implement your bundle but I think there is something wrong with the AuthenticationEntryPoint. After some debugging I found that it tries to create external redirect...