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

SimpleSaml and WSO2 Identity Provider 5

Perhaps someone can assist. I've setup Simplesaml on a server and i am attempting to use it to auth off wso2 (which is using a facebook authenticator) and its running on a different server. When i test the simplesaml i get the following…
Rob
  • 409
  • 4
  • 20
0
votes
1 answer

Where in simplesamlphp set url on which goes redirect from identity provider?

Having Drupal 7 with simplesaml_auth module and simplesamlphp library. After going to identity provider and providing credentials I got automated redirect back to /login/sso with lot of get parameters. How do I point simplesamlphp to deal with this…
Jokerius
  • 1,310
  • 1
  • 14
  • 22
0
votes
2 answers

set simpleSAMLphp SP to send POST request

I have an issue I connected SP and IDP, and all is ok except one thing: SP send GET request to iDp. and iDp demand data sent using POST protocol. this is SP 'spname' => array( 'saml:SP', 'ProtocolBinding' =>…
0
votes
1 answer

How the IdP know the name of the variable that contain the authnRequest

I implement an saml identity provider, The servise provider send an HTML from that containt the authnRequest in an hide input, that have a name for example SAMLRequest.
nouri
  • 23
  • 6
0
votes
1 answer

SimpleSAMLPHP NoState error

i have two simplesamlphp servers set up, they are both on the same physical server but separated by virtualhost. they are currently at the domains. id.saml.domain.com <- Identity provider sp.saml.domain.com <- Service provider I also have a third…
Josh
  • 831
  • 1
  • 15
  • 31
0
votes
1 answer

Using simpleSAMLphp with Google App Engine

I am trying to use simpleSAMLphp with Google App Engine by following the instructions on https://simplesamlphp.org/docs/stable/simplesamlphp-install#section_7 Instruction 6 says to configure apache using: ServerName…
Mike
  • 3,855
  • 5
  • 30
  • 39
0
votes
1 answer

MediaWiki and SimpleSAMLPHP authentication

I've been trying to integrate MediaWiki and SimpleSAMLPHP with both extensions available (MultiAuthPlugin and SAMLAuth). However, I get the same error of 'State information lost' after trying to login via the Wiki in both cases. I've tried to change…
Carlos Yasuda
  • 121
  • 12
0
votes
2 answers

Redirect users in specific user group to a given page after login using simpleSAMLphp

I have one group of users who have more limited access to a site. I would like it so that most users (in the general access group) are forwarded to the front page of the site, but a specific group be forwarded to a particular page after login. I am…
Gideon
  • 1,878
  • 4
  • 40
  • 71
0
votes
1 answer

SimpleSamlPHP unexpected T_FUNCTION in GenerateGroups.php

I received this error when trying to test simplesamlphp Parse error: syntax error, unexpected T_FUNCTION in /simplesamlphp/modules/core/lib/Auth/Process/GenerateGroups.php on line 139 What is causing this? I'm running PHP 5.2
Brian F Leighty
  • 922
  • 11
  • 22
0
votes
1 answer

What is the proper way for a user to log out from simpleSAMLphp?

We use SimpleSAMLphp as SAML implementation on IdP side. There is a SP configured to authenticate users through the IdP. My question is about log out process. When user logs out from SP, the session to IdP persists. If I try to log in to SP one more…
0
votes
1 answer

Issues with implementing SAML 2.0 and php

I am trying to implement a service provider in PHP, that should be authenticating against a corporate IDP server, running a Novell Access Manager. I am currently using a SimpleSaml PHP library. I have generated SP description using a builtin…
Val
  • 1
  • 1
0
votes
2 answers

Drupal 7 + SimpleSaml SSO After Login redirects to "Demo Example" page

We have setup SimpleSaml with Drupal 7 as an IP to allow users to login to a 3rd party service using their Drupal credentials. Everything seems to be working up to the point where the user is entering their credentials on the Drupal login page…
Greg
  • 748
  • 8
  • 19
0
votes
2 answers

SAML 2 IdP - should you create a different certificate for each Service Provider?

I've got a site acting as an Identity Provider (IdP) for Single Sign on and another 2 service providers that authenticate against it using SAML 2. At the moment, both service providers use the same certificate to validate the SAML response from the…
Chris Lewis
  • 1,315
  • 10
  • 25
0
votes
2 answers

How to switch off logout encryption in simplesamlphp

All my logout responses from simplesamlphp IdP come encrypted. I looked in simplesamlphp docs but cannot find any option to switch off encryption. (I have logout signing on; but signing should be independent of encryption, and use Redirect…
user1046334
-1
votes
1 answer

How to get and store SAML response as a variable using php or js?

enter image description hereI Need to store the SAML response as a php or a java script variable, I can able to see through browser but i don't know how to store it as a variable. Please find the attached image. enter image description here
1 2 3
24
25