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
0
votes
1 answer

SimpleSamlPHP Heroku Lost State

I have simpleSaml integrated with codeignighter and everything works with 1 dyno, but as soon as I increase the dynos to 1 or more, I start loosing state information. I am thinking that the cookies are not getting updated properly but I am not sure.…
user2434674
  • 520
  • 1
  • 8
  • 19
0
votes
2 answers

Ember SimpleAuth & SimpleSAMLPHP Screen Flash

I'm building an Ember application and I have to integrate with SimpleSAMLPHP to handle authentication against multiple identity providers (IdP). At a high level, the authentication flow is as follows: User navigates to Ember application User is not…
Jon
  • 1,234
  • 2
  • 12
  • 30
0
votes
0 answers

Authenticate saml session from chrome extension

I've implemented simpleSAMLphp and setup a test environment by following the mentioned link, its working good so far. I'm able to authenticate users from provided IDPs. What I'm trying to do next is to get that SAML authenticated session in my…
Kevin
  • 749
  • 2
  • 10
  • 27
0
votes
1 answer

Do I need to install SimpleSamlPHP to work with Drupal

A client wants us to login using their login form. It connects and send a SAML SSO response that I can log. I am using working with Drupal, and I want to use simplesamlphp_auth module on drupal, but I don't know if they have SimpleSamlPHP set up on…
0
votes
1 answer

Failed to log out SAML WSO2 IS 5.0

I'm using simpleSAMLphp with SAML(WSO2 IS 5.0) to login in my application, if I try log out after 60 minutes this error is shown: TID: [0] [IS] [2014-12-02 11:10:36,346] ERROR {org.wso2.carbon.identity.sso.saml.processors.LogoutRequestProcessor} - …
Alessandro Gomes
  • 521
  • 1
  • 5
  • 14
0
votes
1 answer

Simplesamlphp costuming the time of redirect

While using SimpleSAMLphp as SP we use: require_once('/var/simplesamlphp/lib/_autoload.php'); $as = new SimpleSAML_Auth_Simple('xxx'); $as->requireAuth(); However the user is redirected to the current page or a specified page just after the method…
0
votes
1 answer

SimpleSAML using CakePHP - SimpleSAML_Error_NoState: NOSTATE

I'm trying to configure SimpleSAMLPHP using CakePHP, in the project using just PHP it works fine but using CakePHP-simpleSAMLphp-Plugin I received the errors when I try to access the view : Warning (4096): Argument 1 passed to…
Alessandro Gomes
  • 521
  • 1
  • 5
  • 14
0
votes
3 answers

Adding relying party in ADFS for Sp Initiated SSO using Simplesamlphp

I am getting error from ADFS 2.0 while adding relying party for simplesamlphp sp federation metadata. Below is the error image which I am getting while adding rp(relying party). I am using Xampp and my virtual host name is simplesamlsp.net as shown…
Rohan Kumar
  • 40,431
  • 11
  • 76
  • 106
0
votes
1 answer

How to configure multiple SP for a single IdP

I've been following along this tutorial: http://www.worldgoneweb.com/2013/installing-simplesamlphp-and-use-it-as-sp-and-idp-for-development-env-only/ .... it has really helped to setup authentication between SP and IdP. However, when configuring the…
Martyn
  • 6,031
  • 12
  • 55
  • 121
0
votes
1 answer

Does simpleSAMLphp support user registeration too?

I've been looking for a decent PHP SSO solution and started using simpleSAMLphp. So far so good, really quick to install. So I have a login link and a logout link, how do I register new users from the Service Provider end. I'm hoping that…
Martyn
  • 6,031
  • 12
  • 55
  • 121
0
votes
2 answers

Symfony 2.4+ and simplesamlphp : NO STATE

I tryed to implement SimpleSAMLPHP (https://simplesamlphp.org/) with Symfony 2.4+ (http://symfony.com/). But since Symfony is managing the sessions, it destroy the SimpleSAML session before that one has been write. Does anyone solve this problem ?…
sonique
  • 4,539
  • 2
  • 30
  • 39
0
votes
0 answers

can simplesamlphp have multiple authentication sources used in a single identity provider?

I would like to set up simplesamlphp so that when a user enters service provider 1, it uses an identity provider with an sql authentication source that is located on the same server as service provider, preferably with the idp on the same…
Masu
  • 1,568
  • 4
  • 20
  • 41
0
votes
1 answer

How can I perform a SSO using SAML in php?

I'm having problems when developing a SSO to a 3rd party server using simplesamlphp. I installed SimpleSAMLphp in the server. Then I've set the IdP as https://openidp.feide.no and the entityID SP as the 3rd party server. I've set the metadata…
JokiRuiz
  • 311
  • 3
  • 12
0
votes
1 answer

simplesamPHP not recognising windows live auth

I have a simplesamlphp api script which just checks if the user is logged in, then displays the attributes. Its seems to work with a facebook idp. However microsoft keeps attempting to login. Here is the basic…
Rob
  • 409
  • 4
  • 20
0
votes
1 answer

SAML with simpleSAMLphp as SP and OpenAM as IdP

So I'm doing this just to test that my SAML configuration on OpenAM works fine. I've installed simpleSAMLphp, followed the installation instructions (although I skipped the '''certs''' part). And then I found this tutorial that is great OpenAM…
Shotgun
  • 668
  • 2
  • 10
  • 24