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
2
votes
2 answers

Simplesamlphp unhandled exception error while using as SP

After successfully receiving the SAML 2.0 token while using simplesamlphp as a Service Provider I get the following error. Oct 21 17:30:15 simplesamlphp DEBUG [6b6e3c270f] GenerateGroups - attribute 'eduPersonAffiliation' not found. Oct 21…
user2686172
  • 23
  • 1
  • 1
  • 5
2
votes
1 answer

Single Sign On SAML Interception

I'm working on a research about some new usage of SSO. Basically I'm trying to find way how to intercept SAML Request which is sent from Service Provider to Identity Provider with some kind of IdP proxy or 3rd party service, which will hold the SAML…
Tom Hert
  • 947
  • 2
  • 10
  • 32
1
vote
1 answer

simpleSAMLphp Exception: No module named 'ldap' has been installed

Really struggling to find a solution for this problem. I am trying to configure my simpleSAMLphp server to use LDAP for authentication, but am getting exceptions originating from the 'ldap' module. My definition of the LDAP authentication source in…
jacksc0tt
  • 11
  • 4
1
vote
1 answer

SimpleSAML\Assert\AssertionFailedException: The value "192.168.1.2" does not match the expected pattern

I am trying to configure simplesamlphp with LDAP Auth. I get this error: SimpleSAML\Error\Error: UNHANDLEDEXCEPTION Backtrace: 2 public/_include.php:28 (SimpleSAML_exception_handler) 1 vendor/symfony/error-handler/ErrorHandler.php:541…
max Hhhh
  • 13
  • 3
1
vote
1 answer

SimpleSAMLphp Multiple SPs Configuration

I am new to SSO and SimpleSAMLphp and have a question. If we want to have multiple SPs each on one the environments : Integration, Staging and preproduction, can we first deploy the simplesamlphp on the integration server with the authsources.php…
el sparrow
  • 33
  • 5
1
vote
0 answers

Need to have different auth source for one SP

I have set up a SimpleSAMLPHP IdP, making use of LDAP as my primary auth source, which is successfully being used by about 8 SPs. I need to add another SP, but this one needs to use a different auth source. Any suggestions on how to do this? …
Paul
  • 11
  • 2
1
vote
0 answers

SimpleSAMLphp - Use own session in custom module

I'm trying to create my own authentication module on SimpleSAMLphp using this class : https://github.com/simplesamlphp/simplesamlphp/blob/v1.18.8/modules/exampleauth/lib/Auth/Source/External.php The goal is to create an IdP initiated login so the…
1
vote
1 answer

No module named 'ldap' has been installed on simplesamlphp

SimpleSAML\Error\Error: UNHANDLEDEXCEPTION Backtrace: 2 www/_include.php:17 (SimpleSAML_exception_handler) 1 vendor/symfony/error-handler/ErrorHandler.php:607 (Symfony\Component\ErrorHandler\ErrorHandler::handleException) 0 [builtin]…
caner
  • 495
  • 5
  • 11
1
vote
1 answer

Can't login with SSO - NOSTATE SimpleSaml (ITfoxtec.Identity.Saml2)

I have following problem: I configured my .NET Core 3.1 app to be my service provider (according to this tutorial, just changed identity provider - with Okta IdP mentioned in this guide everything works perfect) and actually I can go to my login…
1
vote
1 answer

How to fix SimpleSAMLphp "url not allowed" error

Folks, sometimes our users get an exception presented by SimpleSAMLphp about "URL not allowed". The error is not reproducable for me. Wetherthe in development-environment or in production-environment I can force the system into this error. But it…
1
vote
2 answers

Simplesamlphp IdP redirect to wrong url after logged in

I'm trying to set up a web application (just an index.php file for now) where users can only use it if they are logged in via the Microsoft Azure idp. When a user reaches this page, it redirects him to the Microsoft login page. So far no problem, it…
Ozone33
  • 48
  • 8
1
vote
1 answer

How to pickup old session handling from Drupal after using SimpleSAMLphp?

Code example: requireAuth(); $attributes =…
Alex
  • 9,911
  • 5
  • 33
  • 52
1
vote
0 answers

MediaWiki Extension:SimpleSAMLphp SIMPLESAMLPHP Unregistered redirect_uri when deployed to nginx.ingress.kubernetes

I am having issues getting sso to work with MediaWiki Extension SimpleSAMLphp. I am not sure if it is related to when I access the url: https:/..../simplesaml/saml2/.... to validate the configuration I get Unregistered redirect_uri. I do not receive…
1
vote
1 answer

Refused to display 'http://..' in a frame because it set 'X-Frame-Options' to 'sameorigin' when trying to connect to SAML IDP via iframe

I have two different applications placed on same server. In both the applications, i have integrated SAML authentication using SimpleSAMLPhp. Both the applications are connecting to one SAML IDP (SimpleSAMLPhp IDP) for authentication. In one…
nikhilp
  • 11
  • 5
1
vote
0 answers

If I send an Authnrequest to simpleSAMLphp (as IDP), what is the corrct URL to send it to?

I want to sent an AuthnRequest from my python-based SP (I;m using python 2.7) that I'm developing to my simpleSAMLphp installation (it's an IDP). I'm using the "requests" module to do a get like this: response = requests.get(url,…
Barrie
  • 124
  • 2
  • 10