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

SimplesamlPHP configuration

I’m new to SSO and trying to set up simplesamlphp on an existing Windows, PHP/MySQL server. I have installed the latest version of simplesamlphp, and followed the configuration instructions on the simplesaml.org site, including setting up the…
Kevbo
  • 21
  • 3
2
votes
1 answer

Adding Namespace for Extensions tag in AuthnRequest with Simplesamlphp

I need to generate with Simplesamlphp library an AuthnRequest with the following Extensions tag PX In Simplesamlphp's…
2
votes
1 answer

SimpleSAMLphp - SSO Azure works in Firefox and Safari, but not in Chrome and Edge

We are trying to set up simpleSAMLphp to SSO against Azure AD, to use with a MediaWiki installation. Desired situation: When someone logs into MediaWiki, that person should be redirected to Azure AD. Next, the user shoud fill in his credentials…
2
votes
1 answer

SimpleSAML - Could not find the metadata of an IdP with entity ID

I'm using SimpleSAMLPHP and have successfully set up > 40 SSO connections. Just recently, one of my SSO connections started throwing the following error when users were authenticating: Backtrace: 1 www/_include.php:45…
Alex
  • 2,145
  • 6
  • 36
  • 72
2
votes
1 answer

simpleSamlPHP isAuthenticated always returning false

I just started developing with simplesamlPHP. I installed simpleSamlPhp and I followed the steps given in https://simplesamlphp.org/docs/development/simplesamlphp-sp-api to integrate my php application with simpleSAMLPhp and I am using the…
Rovin Patwal
  • 109
  • 1
  • 13
2
votes
2 answers

SimpleSamlPhp Infinite login loop (once again)

Yes, I've read all these threads with this same title! After days of debugging, I think my problem are cookie mismatches. I've used the basic code from https://simplesamlphp.org/docs/stable/simplesamlphp-sp for SP test (which you can find everywhere…
user13425931
2
votes
1 answer

How can I use Google authentication as a SimpleSAMLphp IDP?

We want to use SSO for a group of apps (this will include GitLab, probably Drupal and a bunch of small apps I will write in Symfony for various tasks). We would like to currently use Google accounts to authenticate all apps, but because there are…
MicWit
  • 655
  • 12
  • 31
2
votes
0 answers

simplesamlphp - page keeps redirecting instead of logging in

I am implementing single sign on using SAML for a web app using simplesamlphp, drupal as the service provider/client and WSO2 identity server as the identity provider. When I test using the simplesaml portal, I am able to retrieve the user data…
2
votes
1 answer

Could not load state specified by InResponseTo: NOSTATE Processing response as unsolicited

After upgrading to php7.3 I'm having issues with authenticating. I am being redirected to the correct page to autenthicate, after succesfully loging in (I do recieve the correct response in logs) I'm falling into a redirect loop. Is this a general…
breusegh
  • 21
  • 3
2
votes
1 answer

SimpleSAMLphp IDP, SP, MediaWiki

So, my next project. We have a custom made portal with an own user database. We wanted to use a Wiki, so I installed MediaWiki on a separate sub-domain. Having multiple accounts is so 1990, therefor integration was wished. That was not as easy as I…
Paddy
  • 123
  • 7
2
votes
1 answer

SimplesamlPHP infinite redirection

I'd setup simplesamlphp to my localhost as a 3 different virtual host. 1. http://idp-saml.com 2. http://sp-saml.com 3. http://api-saml.com When I tried to connect idp-saml.com using sp-saml.com then it works fine. Now, I want to integrate it with…
Jaydp
  • 1,029
  • 9
  • 17
2
votes
1 answer

Override vendor autoload composer

Is there a way to have an autoload file you created run before the vendor autoload is called? We seem to be running into an issue with SimpleSAML's autoload overriding one of the autoload files we created. I am new to Composer, and couldn't seem to…
glockner
  • 165
  • 1
  • 1
  • 9
2
votes
4 answers

SESSION variables not working after require SIMPLESAMLPHP

I'm having a problem with my session variables. I can't set any variable after my require once. But I need to store my data after the login. Here is the code :
Poseyyyy
  • 81
  • 1
  • 7
2
votes
1 answer

Simplesamlphp_auth module in Drupal 8 + Simplesaml library

I have successfully installed simplesamlphp and configured my system as SP. And also able to login to IDP. Now I want to integrate it in my drupal8 project. So as per the installation instructions, I downloaded simplesamlphp_auth module in my drupal…
Priya Agrawal
  • 99
  • 1
  • 12
2
votes
2 answers

How to make varnish not cache a certain folder

I am currently trying to setup a simplesamlphp authentication for my website but during the configuration I keep running into a redirect loop when logging in as administrator. I came to the conclusion it was because a session could not be initiated…
Adam
  • 21
  • 4