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
5
votes
4 answers

"Could not find the metadata of an IdP" with drupal and simplesamlphp_auth

I set up my SimpleSamlPhp(I have my IdP in another server) with Drupal. After logging into "http://localhost:31478/simplesaml/" as administrator, I ran "Test authentication sources" with my IdP, the screen of "SAML 2.0 SP Demo Example" screen with…
binaryatwork
  • 51
  • 1
  • 1
  • 3
5
votes
0 answers

Can I use simplesamlphp with ajax?

I am using simplesamlphp to authenticate user on multiple domains from central login , But scenario is I have to use ajax to handle the login. All was running good until flow comes to postRedirect() method in SimpleSAML_Utilities class which submit…
alwaysLearn
  • 6,882
  • 7
  • 39
  • 67
5
votes
2 answers

Using SimpleSAMLphp in a multi-tenant app

Tenants of our app have their own subdomain, e.g. customer1.domain.com, although it's one code base. Some tenants want SP initiated SSO with SAML. What's the best approach for making this happen? SimpleSAMLphp on a static shared subdomain, e.g.…
Marcus
  • 9,011
  • 10
  • 45
  • 65
5
votes
1 answer

SimpleSamlPhp as SP redirects incorrectly

I have a SimpleSamlPHP implementation working as a Service Provider, so the workflow is as follows: IdP sends assertion to my ACS URL: /simplesaml/module.php/saml/sp/saml2-acs.php/default-sp but then it looks like he authenticates and gets…
Ben Green
  • 428
  • 1
  • 7
  • 18
5
votes
1 answer

Simplesamlphp - stuck in the simplesamlphp page when integrating with my application

So, I am trying to integrate my application with SimpleSAMLphp. I have to IdP configured and they're both working fine (I can test it on the simplesamlphp admin page, via "Test configured authentication sources") But when I try to integrate with my…
priki
  • 709
  • 1
  • 7
  • 13
5
votes
1 answer

SimpleSAMLPHP: because it isn't a valid IdP for this SP

i am getting the following error when i am redirecting back from idp to saml-sp. SimpleSAML_Error_Error: UNHANDLEDEXCEPTION Backtrace: 0 /var/simplesamlphp/www/module.php:180 (N/A) Caused by: SimpleSAML_Error_Exception: Cannot retrieve metadata for…
DSKVP
  • 663
  • 2
  • 11
  • 19
5
votes
3 answers

Getting a 403 forbidden error for simplesaml after Apache upgrade

My simplesaml was working perfectly until I upgraded Apache to 2.4.6 on Ubuntu The error I was getting : Forbidden You don't have permission to access /simplesaml/ on this server.
Russell England
  • 9,436
  • 1
  • 27
  • 41
4
votes
1 answer

SimpleSAMLphp as idp : Metadata not found

I am working on SSO authentification system using SAML2 protocol. Since i do not have the real IDP informations yet, i needed test environment so i used this docker image which worked like a charm. I am able to access it through localhost:8080…
PopHip
  • 700
  • 6
  • 23
4
votes
1 answer

simpleSamlPHP Admin Login redirect loop

I've got simpleSamlPHP 1.14 set up, and it's working just fine between the IDP and SP, our client's users can authenticate and login successfully. I need to make some changes though, so I'm trying to log in to simpleSamlPHP itself as an…
Steve
  • 91
  • 2
  • 5
4
votes
1 answer

Invalid request, missing parameter username after keycloak saml login

I am using keycloak as an identity broker to a simplesamlphp identity provider in order to login to an angular application. The keycloak redirects correctly to the identity provider with the login mask. After the login the identity provider…
Kai Schneider
  • 1,385
  • 3
  • 13
  • 28
4
votes
1 answer

How to configure office365 as IDP for SSO using simplesamlphp in php

We are using simplesamlphp for SSO to connect with required IDP (Identity Provider) from our SP (Service Provider) and authenticate the users. And as of now, we did the SSO integration with Google and ADFS services as IDP using simplesamlphp. Now we…
RameshN
  • 510
  • 7
  • 14
4
votes
1 answer

SSO across multiple websites (multiple databases)

slightly losing my mind here and I would really like some help to get me pointed in the right direction. I'm using a shared Linux server on GoDaddy where I have two PHP websites with separate user logins authenticating with two separate MySQL…
4
votes
1 answer

Configuring SimpleSamlPHP IdP and SP in the same box

Just wanted to know if it is possible to configure simplesamlphp IdP and SP on the same machine. If so, it would be great if there are configuration steps for the same Above is the original post. After a few hours of work, below is a working…
Rikkyp
  • 51
  • 5
4
votes
2 answers

How do I map attributes returned by an IDP to friendly names inSimpleSAMLphp?

I have successfully configured simpleSAMLphp so that it authenticates via the Test Shib IDP (https://www.testshib.org/). Test Shib returns the following attributes: urn:oid:0.9.2342.19200300.100.1.1 urn:oid:1.3.6.1.4.1.5923.1.1.1.1 …
Luke O'Sullivan
  • 110
  • 1
  • 10
4
votes
0 answers

Integrating SimpleSamlPHP with Zend

I'm pretty new to the Zend framework, and am attempting to integrate an SSO with an existing Zend site. I have installed SimpleSamlPHP and can connect to the ADFS server and get assertion data in the form of First Name and Last Name using the…
terrorfall
  • 1,121
  • 3
  • 16
  • 33
1
2
3
24 25