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

SimpleSAMLPHP Unhandled exception failed to parse xml string

SimpleSAML_Error_Error: UNHANDLEDEXCEPTION Backtrace: 0 C:\xamp\htdocs\okta\simplesamlphp\www\module.php:180 (N/A) Caused by: Exception: Failed to parse XML string. Backtrace: 7…
Ali Ahmed
  • 31
  • 5
0
votes
1 answer

SimpleSAMLphp custom authsource without password

For one of our customers I need to write a custom authsource module. I allready set up SimpleSAMLphp as an Idp using various authsources like LDAP, SQLauth, etc. All of those authsources have in common that they use a login form and authenticate…
Marco
  • 960
  • 2
  • 7
  • 26
0
votes
1 answer

Redirect to URL when SAML user not regonised

I am using SAML and have successfully logged onto the IDP however, some users do not have accounts on the SP and I receive the following error: "No user represented by SAML credentials could be located" Is it possible to set a parameter so that if…
user1724416
  • 914
  • 2
  • 11
  • 24
0
votes
1 answer

Does SimpleSAMLphp SP need to communicate with IdP?

I was stumbling through the docs and several pages for a while now but I was unable to find an answer. The question is pretty simple: Can I host an IdP in a local network (IdP is not available from outside) whilst the SP is available via…
Marco
  • 960
  • 2
  • 7
  • 26
0
votes
1 answer

simpleSAMLphp and wso2 Identity Server - Realms

I am setting up a PoC for work and I have SimpleSAMLphp as the SP for wso2 IS, I have configured the single SP and multiple IdPs (FB, Google) and it works well when clicking the Auth test with simpleSAMLphp and loading up the wso2 page that contains…
Anthony R
  • 17
  • 8
0
votes
1 answer

Using SimpleSAMLphp in symfony with composer

I would like to implement the SimpleSamlPHP bundle in my symfony project But, I'm having some issues with the redirect after the login. Let me explain a little: I have loaded "simplesamlphp/simplesamlphp" in my composer. So, the bundle sits in the…
Benji
  • 1
  • 1
0
votes
2 answers

Where to test IdP-Initiated SSO?

We've developed a SAML2 SP (supporting IdP-Initiated SSO, as per the user journey we want). My question is, short of developing an IdP, how can we test it is working? Is there an IdP-Initiated SSO test harness out there? (I know of SSO Circle, but…
Oliver McPhee
  • 1,010
  • 10
  • 18
0
votes
1 answer

Can a private IdP make an SSO request to a public SP

Ok, so my system is a SAML2 SP. We have tested it on SSOCircle (public saml idp test harness) and it works. Now we're trying to set it up with a customer (who is an IdP). My question is, if we're doing an IdP Initiated SSO - does the IdP need to be…
Oliver McPhee
  • 1,010
  • 10
  • 18
0
votes
0 answers

Getting SimpleSAML to work with Google App Engine

I tried to add the directory that leads to the SimpleSAML files to the app.yaml, and it just isn't finding it for some reason. Specifically, I added this snippet to the handlers section of the app.yaml file: - url: /simplesaml/(.*) script:…
user3735278
  • 261
  • 3
  • 13
0
votes
1 answer

Trouble Understanding the ReturnTo Redirect for SimpleSAMLphp

Trying to set up a redirect in simplesamlphp to take the user back to the page they were trying to access before being sent to authentication. I'm using the ReturnTo option: $as->requireAuth(array("ReturnTo" => $returnURL, 'KeepPost' =>…
user957645
0
votes
1 answer

Instantiate which PHP class based on dev or production environment

I've integrated SimpleSAMLphp with my application, however it only works on a production environment as there is no connection to the IdP servers elsewhere. How can I continue working on the development environment on things that require…
rink.attendant.6
  • 44,500
  • 61
  • 101
  • 156
0
votes
1 answer

Ldap connect fails in php

At first, sorry for my English. I'm currently installing the newest version of simplesamlphp (an unknown tool 'till now for me + I'm a Java developer (not php) so my knowledge on php is limited). The main aim is to use CAS with SAML2 using…
Yolo
  • 31
  • 6
0
votes
1 answer

Recipient in SubjectConfirmationData does not match the current URL

I'm getting the following error when trying to connect to a webseal saml endpoint My server is setup as an SP and I am trying to authenticate against and IDP that I have setup in saml20-idp-remote.php The redirect works correctly but when the IDP…
Daniel Harper
  • 496
  • 4
  • 19
0
votes
1 answer

implementing SSO concept for php application

I am new to SSO concept . I have a metadata link from Identity Provider. Need to send a metadata link back to them . How can we build this . Web application is created on a PHP framework with username and password login. Can this be re-structured…
Sheryl
  • 1
  • 1
0
votes
1 answer

WordPress Single Sign On using SSP and ADFS as IdP proxy

I have configured Windows 2012 r2 with ADFS 3.0, bitnami WordPress (4.2.2) with SAML 2.0 Single Sign on plugin and Ubuntu server with SimpleSAMLphp 1.13. WordPress configuration looks like this: WordPress NameID policy: WordPress attributes: For…