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

Integrating Spring SAML as SP and SimpleSAMLphp as IdP (HoK profile)

I am trying to get HoK profile work with Spring SAML as the SP and SimpleSAMLphp as the IdP. The SP gets the client certificate and then sends the following authentication request to the IdP without problem:
4
votes
2 answers

saml2 identity provider in Symfony2

I must implement and integrate a SAML2 Identity Provider (IdP) with an existing Symfony 2 application. I found some bundle that implement Service Provider (SP) but not Identity Provider so I think that I may use SimpleSAMLphp library. Are there…
Alessandro Pessina
  • 243
  • 1
  • 3
  • 8
3
votes
3 answers

SimpleSamlPHP not resolving custom authentication module

I want to create a custom authentication module for my SimpleSamlPHP installation, but each time I try to test the module I get this error: SimpleSAML\Error\Error: UNHANDLEDEXCEPTION Backtrace: 1 www/_include.php:17 (SimpleSAML_exception_handler) 0…
Ixonstater
  • 33
  • 4
3
votes
2 answers

SimpleSAMLphp shows saml2-acs.php not found (error 404) when integrating with Microsoft Azure Directory SSO using SAML2

I have created a link from my web directory such that https://resolute.organization.in/sso points to the simplesaml directory /var/www/simplesamlphp/www My simpleSAML configuration page: The complete link…
3
votes
0 answers

How do I set my own value as the NameID in SAML2

I am using SimpleSamlPHP I am trying to setup the sp-remote metadata for a service provider, and I want to send him the user's email in the NameID / subject of the assertion. I keep getting: Unable to generate NameID. Check the userid.attribute…
Itay Moav -Malimovka
  • 52,579
  • 61
  • 190
  • 278
3
votes
1 answer

How to replace a value of NameId with attribute in SimpleSAMLphp-based IdP?

I'm trying to setup SimpleSAMLphp IdP to send a SAML response to my local dev server (SP-initiated flow in this case) . This IdP is based on a Docker image from https://hub.docker.com/r/kristophjunge/test-saml-idp/ (ver. 1.15 I believe). The…
Simeon Leyzerzon
  • 18,658
  • 9
  • 54
  • 82
3
votes
2 answers

State information lost : SImpleSAMLphp

I have configured SSO using SimpleSAMLphp and ADFS. It works perfectly well when store.type is phpsession, however as soon as I switch to sql, I start to get State information lost error. Backtrace: 2…
Matthew
  • 31
  • 3
3
votes
0 answers

SAML integration with php web application - one confusion

I followed steps listed here to configure simpleSAMLphp as a Service Provider because "the only thing I need is to add SAML authentication support to my website so that users could be authenticated via an SAML identity provider instead of my…
3
votes
2 answers

Composer can't resolve dependency of simplesamlphp

I want to install a bundle which has the following dependencies: "require": { "symfony/symfony": ">=2.4", "simplesamlphp/simplesamlphp": "dev-master" }, When I try to do do the composer require hslavich/simplesamlphp-bundle dev-master I…
andrius.k
  • 799
  • 1
  • 10
  • 26
3
votes
0 answers

Issue configuring SimpleSamlPhp with ADFS

I'm having some difficulties to configure SimpleSamlPhp with ADFS. Here is the procedure that I have followed: SimpleSAML is installed and configured on my web server Apache (example.com) and ADFS2 is installed on your federation server (myadfs).…
Andrew
  • 441
  • 1
  • 7
  • 20
3
votes
3 answers

How to change NameID in SimpleSAMLphp

I'm developing a SSO using simpleSAMLphp. I configured correctly the service provider and the IdP, but I have to send the XML to the SP with a NameID in a specific format. How can I perform this? In the metadata? or can I do it through the…
JokiRuiz
  • 311
  • 3
  • 12
3
votes
1 answer

SimpleSamlPHP - Generating SP metadata

I am using SimpleSamlPHP library to implement SAML 2.0 SSO for my client. My client has already shared their IdP metadata and I have implemented that on my end. Now they need (off course) the SP metadata from me. SimpleSamlPHP provides a very user…
Ather Hashmi
  • 111
  • 3
  • 14
3
votes
1 answer

Does the SimpleSAMLphp frontend need to be on for the service provider to act like a service provider?

Pretty simple, setup simpleSAMLphp and went through all the configuration. The default simpleSAMLphp seems very 'open', and a little unprofessional (under reset password it says "Too Bad! Contact your university"). I know I could technically just…
Chris
  • 54,599
  • 30
  • 149
  • 186
2
votes
1 answer

SimpleSAMLphp overwrites PHP (Zend) session, doesn't happen with older SimpleSAMLphp version

I had to update simplesamlphp on an old PHP server, the old version of the library was from 2010. Simplesamlphp is used as a Service Provider (SP) in a SP initiated enviroment. I replaced it with the 09/'20 release and configured it the same. It's…
Manuch
  • 49
  • 1
  • 8
2
votes
0 answers

Getting error in AWS SSO when trying to log in via my php application

I was configuring aws sso with my php application, and for the application i had used simplesamlphp library https://simplesamlphp.org/docs/stable/simplesamlphp-idp#section_1. i followed the documentation and when i m accessing the application from…
1 2
3
24 25