Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Tagged with
0 votes
0 answers
49 views

SimpleSAMLphp response not handled

Have set up a SimpleSAMLphp configuration with correct metadata and login details. We can successfully login to the idp , and we can see responses back from the provider that show the detailed SAML ...
disp5gi's user avatar
0 votes
0 answers
283 views

Google SAML APP SSO integrate with php application

I am using the php SAML library for SAML integration in php applucation(SP) with google as IDP. I followed the step for the configuration of SAML toolkit for PHP in this link. I add application SAML ...
WebDev's user avatar
  • 1
0 votes
1 answer
1k views

Laravel and AZURE SSO with SAML using aacotroneo/laravel-saml2 package

I'm trying to implement SAML authentication against Azure AD in my Laravel application using aacotroneo/laravel-saml2 package. I configured the IDP settings and the microsoft login page appears ...
user3101803's user avatar
0 votes
1 answer
1k views

Laravel and Azure ad SSO

I'm trying to implement Azure SAML SSO in Laravel (I'm using laravel 8) I followed the answer on another question posted here in stackoverflow (Azure Active Directory SSO with Laravel). When I go to ...
user3101803's user avatar
1 vote
0 answers
347 views

My logout request for SLO keeps throwing an error saying I should be making an AuthnRequest, not a LogoutRequest

I'm attempting to finish building an SSO/SLO bridge. The SSO side works well, but am having issues with the SLO side of things. I've tried using a less robust version of the LogoutRequest but receive ...
Dom's user avatar
  • 878
1 vote
2 answers
666 views

Set WordPress as SAML IDP with SimpleSaml.php

I want to set up my WordPress website as a SAML IDP in order to connect to another website with WP credentials. I know there is a log of plug-ins whose coming from mini orange but I want to set it up ...
AragornD7's user avatar
  • 109
2 votes
1 answer
7k views

SAML Azure AD SSO setup for PHP web application

We have PHP web application which is hosted in Azure Centos and we want to enable SAML based SSO Azure AD. Here, I have created enterprise application but not able to understand how to configure "...
Pand005's user avatar
  • 1,165
0 votes
0 answers
24 views

How to "Legitimize" a PHP Helper Application that essentially uses CSRF for Authentication?

In a nutshell, I wrote a PHP application that uses CSRF to piggyback off of one of our other applications, which is not written in PHP (liferay). This helper application (various utility forms for ...
Goldentoa11's user avatar
  • 1,750
1 vote
1 answer
2k views

Laravel API + Sanctum + Angular + SSO (SAML) - How to build a Laravel 7/8 API with front-end in Angular 11 and SAML auth

I need to turn my laravel api + angular sanctum authentication into a SAML authentication. I've noticed that I need to use a laravel plugin like laravel-saml2 or laravel-saml2. (Yes... Same name but ...
user2698600's user avatar
2 votes
1 answer
1k views

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 ...
Rovin Patwal's user avatar
0 votes
1 answer
372 views

In Simplesamlphp The IdP should check which NameIDFormat the SP requests, and try to send back that format

I have configured multiple SP in saml20-sp-hosted.php , i want one of my SP to use mail attribute as nameid. saml20-sp-hosted.php $metadata['entityId1'] = array ( 'entityid1' => 'entityId', ...
Umang Bhatnagar's user avatar
1 vote
1 answer
605 views

mapping oid attribute names to friendly names in onelogin

I am using Symfony in php with this bundle: https://github.com/hslavich/OneloginSamlBundle That uses the onelogin php-saml toolkit: https://github.com/onelogin/php-saml My IDP on authentication ...
opentosolutions's user avatar
1 vote
2 answers
1k views

Issue with the implementation of the simplesamlphp library into my web application

I tried to implement the simplesamlphp library into my web application. But when I call the requireAuth() function I get a PHP fatal error message. Uncaught Exception: Loader: Illegal character in ...
Gabriel's user avatar
  • 11
1 vote
1 answer
792 views

SimpleSMLphp Custom Module Authentication Triggering Twice

Background: I am trying to set up single sign on (SSO) for users such that they can authenticate to my website and not have to authenticate a second time to our third-party MSP's website. Ideally, the ...
Joey's user avatar
  • 371
0 votes
1 answer
1k views

Integrate SAML in Laravel using existing Idp and SP

I don't know if what I would like to do is possible. I'm trying to integrate the authentication mechanism of my university in an android application which uses Laravel as backend. I've decoded the ...
Fabio's user avatar
  • 45

15 30 50 per page
1
2 3 4 5