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
1
vote
0 answers

How to dynamically change SP in simplesamlphp_auth module for drupal 7?

In the simplesaml_auth module basic settings, there is a way to specify which sp to use as an authentication source as shown in the image below Instead of having to populate this field every time, I want to have it dynamically populated this…
Alay Vakil
  • 11
  • 2
1
vote
1 answer

Simplesamlphp behind reverse proxy

I have configured my application and simplesamlphp behind reverse proxy. I have created a test SP But when I am going to test the SP, it redirects to https://web-server-ip/adfs/ls/?SAMLRequest=nZL instead of redirecting to ADFS server url…
Amit Sharma
  • 143
  • 6
1
vote
1 answer

Implementing a Single Logout Soap Service with SimpleSAMLPHP

We are currently creating a SimpleSAMLPHP based SSO/SLO implementation for an existing application based on CakePHP to connect to an Identity provided and authenticate users with accounts on the identity provider. The existing users in the…
Awemo
  • 875
  • 1
  • 12
  • 25
1
vote
0 answers

SimpleSamlPhp: Missing ReturnTo parameter when using with Shopware / Zend Framework

i try to write an Shopware Plugin which provides SSO against different Platforms like Facebook, LinkedIn etc. Unfortunately i get stuck since 2 days into a problem with your session handling. I call this 2 lines inside my controller…
1
vote
0 answers

SimpleSamlPHP - SimpleSAMLSessionID empty

We are currently setting up SAML authentication for the first time, due to a third-partner request. To integrate some components they have writen, we need to provide some information from $_COOKIE[] after our customer have logged in :…
eldiablo
  • 70
  • 7
1
vote
2 answers

SimpleSAML configuration error, getting this error. What could be the issue?

When I load my SimpleSAML instance and try to authenticate using Google, I am getting following error: "Debug information The debug information below may be of interest to the administrator / help desk: SimpleSAML_Error_Error:…
Binoy Chacko
  • 19
  • 1
  • 5
1
vote
0 answers

Unable to find the current binding

What Im missing? -No SAML response provided -You accessed the Assertion Consumer Service interface, but did not provide a SAML Authentication Response. Please note that this endpoint is not intended to be accessed directly.
AyDee
  • 201
  • 1
  • 5
  • 13
1
vote
0 answers

Managing user attributes for a SimpleSAMLphp Identity Provider

I successfully managed to install and use a few instances of SimpleSAMLphp both as Service Provider and Identity Provider (using the simple example user authentication). Now I'm looking for a basic PHP App which manages the user account and…
Mic D
  • 41
  • 1
  • 4
1
vote
1 answer

AWS SSO using SAML in php application

I used following Reference URL to configure the AWS SSO for our application. But I'm getting following error from AWS "Your request included an invalid SAML response. To logout, click…
sk2
  • 1,171
  • 1
  • 10
  • 28
1
vote
1 answer

Configuring simplesamlphp for IIS instead of Apache (as a service provider)

A project I am working on has migrated from an Apache LAMP stack to and Azure enrivonrment, which is based on IIS. I'm trying to install SAML2.0 support and am attempting to use simplesamlphp as I did on the previous set up. However, working…
Gideon
  • 1,878
  • 4
  • 40
  • 71
1
vote
1 answer

IdP initiated SSO with SimplesamlPHP

I am having trouble implementing an IdP initiated login with SimplesamlPHP. Understanding what I have to do from the documentation is not the easiest thing. I am redirecting the user to the IdP server and after logging in, the server sends the SP an…
Andrei
  • 11
  • 2
1
vote
0 answers

SimpleSAMLPHP Single Logout

I have this setting: -------- | IDP |---------- SP 1 (SimpleSamlPHP) | | |(WSO2)|---------- SP 2 (SimpleSamlPHP) -------- The thing is I want to make Single Logout. Let's take an example: A user1 try to logout from the SP 1, what happens is…
rsabir
  • 738
  • 1
  • 7
  • 17
1
vote
1 answer

SimpleSamlPhp (SSP): "Random" errors - how to change backend/store?

I have been testing SAML 2.0 for the past few days using simplesamlphp. I have the SP side connecting to my company's IdP. I am in a situation where it works... most of the times and this is the confusing part. The facts: Using simplesamlphp 1.14.2…
urban
  • 5,392
  • 3
  • 19
  • 45
1
vote
1 answer

Trouble integrating simplephp with symfony

Ok, i'm integrating simpleSAML with symfony as an sp, for my own reasons I don't want to use the sp bundle. I've setup simplesaml in /simplesaml, as per instructions, and it works a charm. I'm able to test it with a simple web site test.php, where i…
Monsters X
  • 2,638
  • 1
  • 19
  • 21
1
vote
2 answers

SimpleSamlPhp IDP calling another IDP (IDP Proxy)

I have a situation where I simpleSamlPhp as an IDP, in some cases I want to handle a Authentication Request myself. In other cases I want to farm the request off to another IDP (depending on the state of a cookie). This IDP can talk directly to the…
Jeremy French
  • 11,707
  • 6
  • 46
  • 71