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

Invalid NameID policy for wordpress

I have following setup: Windows 2012 r2 with ADFS 3.0. WordPress setup as SP (relying party trust) and SimpleSAMLphp as IdP (claims party trust). I want to authenticate WordPress users with help of SSP. Control flow is like: User logs in to…
harshad
  • 410
  • 4
  • 17
0
votes
1 answer

SimpleSAMLphp generate assertion

I'm using SimpleSAMLphp as an IdP for a bunch of applications we have, chiefly a Drupal site. I've used SQL as an authsource on the IdP and that works to authenticate users, the response returns to Drupal and the users are authenticated. All good…
blackbird
  • 1,129
  • 1
  • 23
  • 48
0
votes
1 answer

No idp using simplesamlphp with symfony2 bundle

We are testing use of simplesamlphp with ADFS/Shiboleth. I have successfully used the 'vanilla' simplesamlphp. However we need to to work with symfony2 - namely this bundle: https://github.com/hslavich/SimplesamlphpBundle We have configured but are…
ChrisSherwood
  • 347
  • 1
  • 7
  • 23
0
votes
2 answers

How can I decrypt an encrypted XML assertion with PHP?

I have been pouring over the internet this week trying to find a solution to my issue. Basically, I have a vendor who wants to use simplesamlphp to send encrypted information to our server. We send them our public certificate. They have sent us the…
0
votes
1 answer

How to send other paramenters from the IdP to the SP in the POST request?

I have configured an identification provider (IdP) part of a SSO system, using SimpleSAMLphp. The main sections of my configuration files: config/config.php $config = array( [...] 'enable.saml20-idp' => true, 'enable.shib13-idp' =>…
guanchor
  • 97
  • 13
0
votes
1 answer

How do I embed a signature within an AuthNRequest for SAML 2.0 SSO in php

my IDP requires an AuthNRequest with an embedded, signed and encrypted, where the request url looks like this: http://idp.example.com/SSOService.php?SAMLRequest={val1} AuthNRequest with embedded signature (HTTP-POST binding)
kmassada
  • 263
  • 5
  • 16
0
votes
2 answers

simplesamlphp fails because mcrypt library not available in Linux 7

We are trying to run simplesamlphp as an SP on RedHat Linux 7. The code is failing with a HP Fatal error: Call to undefined function mcrypt_module_open(). simplesamlphp uses xmlseclibs 1.3.1, which in turn uses mcrypt, and mcrypt is not…
0
votes
0 answers

Using simpleSAMLPHP as Identity Provider for SugarCRM

I installed SimpleSAMLPHP and created a SQL login source like this in the authsources.php: $config = array( 'admin' => array( 'core:AdminPassword', ), 'myLogin-sql' => array( 'sqlauth:SQL', 'dsn' =>…
Bill Software Engineer
  • 7,362
  • 23
  • 91
  • 174
0
votes
1 answer

simplesamlphp behind ELB not working

i m running simplesamlphp behind AWS ELB. Running simplesamlphp on port 8888. Have configured ELB to listen on HTTPS which inturn listens to port 8888 in the instance.Unless I add some self-signed certificate to the server the HTTPS doesn't work.…
0
votes
0 answers

djangosaml2 SP and simòlesamlPHP IdP

I have an SP configured with djangosaml2. This authenticates against a simplesamlPHP IdP. The configuration seems the right one, but the IPD responds that my AuthnRequest should be signed. This is my djangosaml2 configuration: SAML_CONFIG = { #…
bimbogino
  • 21
  • 2
0
votes
2 answers

SimpleSamlphp : add attribut inside another attribut

I actualy use simpleSamlPhp for creat an authentification on my website so i have a service provider instal on my website and i also instal an Identity provider until their no problem. My service provider connect to my identity provider and…
Kvasir
  • 1,197
  • 4
  • 17
  • 31
0
votes
1 answer

assertion encryption: mcrypt iv size doesnt match extracted string length

I've been using simpleSAMLphp without assertion encryption, and everything was great! Now I've been asked to accept encrypted assertions, and I'm getting the following warning: Warning: mcrypt_generic_init(): Iv size incorrect; supplied length: 23,…
Carola
  • 11
  • 3
0
votes
1 answer

PHP SAML IdP First

I'm trying to make a Client portal (IdP) in PHP. That portal links to several SP's (like Magento, Google Analytics and Wordpress) Seeing how this needs to works my IdP needs to initiate authentication. when clicked on a link to an SP the…
Wouter
  • 465
  • 2
  • 7
  • 24
0
votes
1 answer

Infinite Redirect with OKTA

I have a simple php application which displays a form for user onboarding. I used SimpleSamlPhp as the SP and OKTA as the IDP. I get an infinite redirect when I access the url of the application. These are my settings in OKTA: My application's url…
Narayan Gowraj
  • 123
  • 1
  • 9
0
votes
1 answer

SimpleSAMLphp : installation localhost with Wamp

I try to instal SimpleSAMLphp on my localhost with WampServer so i follow the tutorial on this page : https://simplesamlphp.org/docs/stable/simplesamlphp-install But when i finish and try to acces to the homepage of my instalation i get this…
Kvasir
  • 1,197
  • 4
  • 17
  • 31