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 configure OpenID consumer on SimpleSAMLphp?

I'm trying to configure OpenIDConsumer on SimplesSamlPhp. The repository https://github.com/simplesamlphp/simplesamlphp-module-openid is archived and i don't find any documentation about it. I'm getting a Not a valid OpenID error. The origine of…
Rafik Haceb
  • 153
  • 1
  • 2
  • 14
1
vote
0 answers

spring-security samples saml2login error Metadata not found

I have been unable to get the saml2login sample to run. Currently when attempting to run I get redirected to simplesaml-for-spring-saml.cfapps.io but I'm getting an error Metadata not found Unable to locate metadata for…
jay
  • 41
  • 4
1
vote
1 answer

simpleSAMLphp and Azure gives me "AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application"

I am a novice for Azure SSO so I might have missed some obvious things here - please have that in mind ;-) I need to integrate my application to Azure Active Directory. There is not much help to get in our organisation for that so I am left for…
Beauvais
  • 2,149
  • 4
  • 28
  • 63
1
vote
0 answers

SAML attributes often implement eduPerson specification? Is there a more generic spec?

I'm working on SSO with SAML2 and keep finding this spec coming up for users, primarily from education and research organisations and to do with ldap user storage on the idp. I'm not necessarily holding users to do with education, and have sql…
1
vote
1 answer

Why php still report errors?

In simplesamlPHP library there is code Logger::maskErrors(E_ALL); $hidden = in_array( self::$HIDE_FROM_DISCOVERY, $metadata['EntityAttributes'][self::$ENTITY_CATEGORY], true ); Logger::popErrorMask(); So instead of use…
ogbofjnr
  • 1,688
  • 5
  • 19
  • 41
1
vote
1 answer

SLO issue with SimpleSAMLphp IDP with 2 SPs : redirected to the wrong login screen

We have set up SimpleSAMLphp as a SAML IDP to which 2 SPs are registered (Liferay and MyWebMethods). Every SP is registered to the IDP with its own ACS and SLO links in the simplesamlphp/metadata/saml20-sp-remote.php file. Something like : // MWS =…
Yahia
  • 805
  • 7
  • 25
1
vote
1 answer

Exposing/Configuring SimpleSamlphp's web route on laravel 6.12

I've come across a problem. I am updating a laravel site from 4.2 to 6.12 which is mostly a manual project, and I've stumbled across an issue with laravel, AWS, and SimpleSamlphp. When you have a load balancer hooked up to AWS, it makes it rather…
dustbuster
  • 79,958
  • 7
  • 21
  • 41
1
vote
2 answers

Laravel: Undefined offset 0 in symfony/http-foundation when requiring SimpleSAMLphp

I'm attempting to upgrade dependancies on a simple Laravel 5.7 application that authenticates the user via SimpleSAMLphp, then displays some information it gets from an external API. It looks like something changed between version 4.3.8 and version…
Taija
  • 11
  • 4
1
vote
1 answer

Installing SimpleSamlPHP 1.18.3 on Apache 2.4.29 outside web root

This is my first time setting up SSO and I am wondering if anyone has experience with the following setup...Installing a SimpleSamlPHP SP App outside the webroot. For the testing stage, I am running a local Homestead/Vagrant setup with Apache set…
Tony Clemmey
  • 21
  • 1
  • 1
  • 6
1
vote
1 answer

SimpleSMLphp Custom Module Authentication Triggering Twice

Background: I am trying to set up single sign on (SSO) for users such that they can authenticate to my website and not have to authenticate a second time to our third-party MSP's website. Ideally, the user clicks a link on our website and is taken…
Joey
  • 352
  • 1
  • 4
  • 9
1
vote
1 answer

SimpleSamlPHP and Azure AD integration. Stuck in AADSTS50011 error

I can't seem to get past this error. I am able to login into Microsoft, but after, that error shows up. I have tried all set these reply URL's inside Azure, but still…
1
vote
0 answers

Setting up SimpleSAMLphp as a SP for CodeIgniter

I have to continue on an already existing CodeIgniter 3 application (not written by me) which contains multiple applications for different customers, the project structure looks a little like this: root/ applications/ customer1/ config/,…
Rikj000
  • 27
  • 5
1
vote
2 answers

Unable to load private key from file "/var/simplesamlphp/cert/saml.pem"

I try to integrate simplesamlphp with Joomla, I am getting the following error when I get authorization in simplesamlphp idp SimpleSAML\Error\Error: UNHANDLEDEXCEPTION Backtrace: 1 www/_include.php:17 (SimpleSAML_exception_handler) 0 [builtin]…
Mario
  • 4,784
  • 3
  • 34
  • 50
1
vote
0 answers

Integrate SimplesamlPHP with Java application

I want to use simplesamlphp for java application for running unit tests and karate tests. So, I did simplesamlphp setup locally and able to test simplesamlphp installation successfully. Now how can I integrate this simplesamlphp setup with my…
Sai
  • 11
  • 4
1
vote
1 answer

How can I get SimpleSAMLphp 1.17.2 to log the user out of my website? It worked in SSP 1.16.3

I am using SimpleSAMLphp (SSP) to handle authentication for my Yii website (via a remote IdP), and version 1.16.3 has been working fine. However, when I update my composer.json file and pull in version 1.17.2, the local PHP session on my website is…
matt
  • 345
  • 2
  • 15