Questions tagged [simplesamlphp]

SimpleSAMLphp is an award-winning application written in native PHP that provides authentication and authorization infrastructure focused on the Security Assertion Markup Language (SAML).

SimpleSAMLphp can be used to implement an identity Provider (IdP) to supply user information to authenticated services, a service provider (SP) to protect resources and offer an authentication interface or as a bridge to translate between popular identity protocols, such as: Shibboleth 1.3, A-Select, CAS, OpenID, WS-Federation and OAuth. Operates on Linux, Mac OSX and Microsoft Windows.

365 questions
29
votes
1 answer

SimpleSAMLphp State Information getting lost

I have a Service Provider set up at https://biz.dev.originsystems.co.za. I have an IdP set up at http://stage.originsystems.co.za. When testing the authentication with the tool at…
Andrew Cooper
  • 723
  • 2
  • 14
  • 28
17
votes
2 answers

SSO with Laravel Passport

I'm thinking to develop a full-fledged Identity System in Laravel 5 with Passport. Following is my requirement: I should have main identity management app like identity.mysite.com where all of my users are stored. I have 2 other applications APP1,…
Sahil Purav
  • 1,324
  • 4
  • 19
  • 32
13
votes
2 answers

Connect to Azure Active Directory from PHP web application

Seeking for guidance on the subject as I'm really stuck on this, I have a internal URL for an App made on PHP and I want to connect to Azure Active Directory. So far I've reviewed an example from Microsoft using SimpleSAML but it's really outdated…
Vladimir Hidalgo
  • 579
  • 2
  • 8
  • 22
13
votes
3 answers

Requester/InvalidNameIDPolicy Error with SimpleSAMLPHP SP and ADFS IDP

After looking all over the Internet, particularly ADFS 2.0 InvalidNameIDPolcy Using SimpleSAMLphp to Authenticate against ADFS 2.0 IdP Requester/InvalidNameIDPolicy I tried all the suggested modifications to authsource.php and metadata php.…
YarGnawh
  • 4,574
  • 6
  • 26
  • 37
11
votes
1 answer

SimpleSAMLphp Unable to validate Signature error

SimpleSAML_Error_Error: UNHANDLEDEXCEPTION Backtrace: 0 simplesamlphp/www/module.php:189 (N/A) Caused by: Exception: Unable to validate Signature Backtrace: 6 simplesamlphp/lib/SAML2/Utils.php:149 (SAML2_Utils::validateSignature) 5…
mmts
  • 137
  • 1
  • 1
  • 8
11
votes
2 answers

"Received an assertion that is valid in the future. Check clock synchronization on IdP and SP"

I'm using https://simplesamlphp.org/ in my app. Most of the time it's fine and there are no issues. Other times I get this: SimpleSAML_Error_Error: UNHANDLEDEXCEPTION Backtrace: 0 ssoclient/www/module.php:180 (N/A) Caused by:…
meder omuraliev
  • 183,342
  • 71
  • 393
  • 434
9
votes
1 answer

SSOCircle keeps redirecting to Consent page SAML2.0

I am using SSOCircle to test out my SAML implementation with Codeigniter. The current steps are: Access website.com Redirected to SSOCircle Consent Page Verify identity Pass user data back to website.com However, after step 3, it goes to step 4…
JianYA
  • 2,750
  • 8
  • 60
  • 136
7
votes
1 answer

SimpleSAMLphp not redirecting on logout

SimpleSAMLphp is not redirecting me to my ReturnTo address the first time, it takes me to my IdP's logout page. If I click the logout link again, it takes me to my correct ReturnTo page. Any ideas on why this may be happening? I am using…
glockner
  • 165
  • 1
  • 1
  • 9
7
votes
3 answers

how to use SimpleSAMLphp in yii framework?

I have two project in yii framework and I want to use both project using SimpleSAMLphp with SSO. The condition, I need is if I login from the first project, i want access to the second project. Thank you in advance.
6
votes
2 answers

simpleSAMLphp: Unable to find the current binding

I am the SP, I can not loggedin into the SP using IDP of my client, I got below error: SimpleSAML_Error_Error: ACSPARAMS Backtrace: 1 modules/saml/www/sp/saml2-acs.php:21 (require) 0 www/module.php:135 (N/A) Caused by: Exception: Unable to find the…
Ishan Shah
  • 1,665
  • 2
  • 20
  • 42
6
votes
2 answers

Single sign on using SimpleSamlPhp wrapper on Laravel

Implementing single sign on in my laravel application. I have decided to use this plugin https://github.com/aacotroneo/laravel-saml2 which is basically a wrapper on famous SimpleSamlPhp. I downloaded the code via composer and as per given…
Danyal Sandeelo
  • 12,196
  • 10
  • 47
  • 78
6
votes
1 answer

simplesamlphp with composer overwrites the configuration files when updating

I have installed SimpleSAMLphp in my project using Composer, configured it and have it working nicely. Unfortunately, every time I do a composer update the config.php, authsources.php and saml20-idp-remote.php files are deleted. The documentation…
Mark Austen
  • 127
  • 1
  • 9
6
votes
2 answers

SimpleSAMLphp installation in Windows Apache

I want to install SimpleSAMLphp in windows Apache/Xampp. Let me tell you what did so far: 1. I have downloaded latest stable version from https://simplesamlphp.org/download and placed the unzipped file in Apache folder, i.e.…
aniruddha
  • 689
  • 8
  • 29
6
votes
1 answer

Proper XML Canonicalization for SAML

I am running into the problem with validating the signature for the SAML 2.0 Assertion XML. I am using the SAML2 library from simpleSAMLphp project, which in turn is using the PHP xmlseclibs library for signing XML and verifying the signatures. I am…
obaranovsky
  • 165
  • 7
5
votes
3 answers

SimpleSAMLPHP redirection loop

we are trying to setup sso with custom mysql database but it is going into endless loop between below two requests. POST http://192.168.0.15/simplesaml/module.php/core/loginuserpass.php Set-Cookie PHPSESSID=d0eaabb959ffeb2a0dd20f4744945f8f; path=/;…
jit
  • 1,616
  • 3
  • 21
  • 49
1
2 3
24 25