Skip to main content

All Questions

0 votes
0 answers
197 views

SAML Error - The server requires a signed SAML authentication request but no signature is present

I'm relatively new to SAML integration, and I've encountered an issue recently that I've been struggling to resolve. I've managed to set up my login page to redirect users to the Identity Provider's (...
Suresh Dev's user avatar
0 votes
1 answer
496 views

simpleSaml Passive authentication not working or wong configuration?

I have 2 SPs that use the same idP. The idP uses simplesamlphp, and I have the 2 SPs configured in saml20-sp-remote.php The 2 SPs use laravel, and I am able to login using each of the SPs individually,...
Miguel Mesquita Alfaiate'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
0 answers
69 views

SAML attributes often implement eduPerson specification? Is there a more generic spec?

I'm working on SSO with SAML2 and keep finding this spec coming up for users, primarily from education and research organisations and to do with ldap user storage on the idp. I'm not necessarily ...
perpetuallynotfini's user avatar
3 votes
2 answers
2k views

SimpleSAMLphp shows saml2-acs.php not found (error 404) when integrating with Microsoft Azure Directory SSO using SAML2

I have created a link from my web directory such that https://resolute.organization.in/sso points to the simplesaml directory /var/www/simplesamlphp/www My simpleSAML configuration page: The ...
Rahul Pal's user avatar
0 votes
0 answers
75 views

Who signs the SAML Digital Signature

I'm a Service Provider, and the SME for the Identity Provider has specified that they require that the SP provide them a certificate different from the standard server certificate. Every SSO ...
Ryan's user avatar
  • 390
1 vote
0 answers
108 views

Need to configure azure SAML authentication for a web application

I'm creating a CRM website with "Login with Microsoft" option using PHP, Laravel. My clients wants to implement SAML authentication. When I look for official documentation, I found we need to ...
user10966920's user avatar
1 vote
0 answers
618 views

How to start with IDP init SSO flow in SimpleSAMLPhp + (Laravel App + SP)

I've setup SimpleSAMLPhp as IDP and SP (Laravel- SMAL2) in my Laravel App Now how do i start with the SSO process means what will be the login url? Will it be the same as given here https://...
Vishal's user avatar
  • 711
0 votes
2 answers
2k views

How to setup SAML to mutiple domain?

I am learning about SAML and already read many articles and forums but I still having confusion about setup IdP. I am using "https://simplesamlphp.org/" For example, I have 3 websites "example.com", "...
Jaydp's user avatar
  • 1,039
0 votes
1 answer
438 views

Does simplesaml provide any API for IdP as it does for SP?

I know that SimpleSAML_Auth_Simple class is provided for SP side operations but I can't find the API for IdP side operations like assertion creation and sending the message to the SP's assertion ...
aks_Nin's user avatar
  • 157
0 votes
1 answer
372 views

WebSite - SimpleSAMLphp - Facebook Workplace authorization

I need to realize synchronous user account authorization of our website and "Facebook Workplace" service. I need do it via SSO SAML, and I know about the SimpleSAMLphp application which can help with ...
Volodymyr Oliinyk's user avatar
2 votes
0 answers
1k views

SimpleSAMLphp Partial Single Logout

I decided to implement Single Sign On SSO and Single Logout SLO using SimpleSAMLPhP by following https://simplesamlphp.org/docs/stable/ for my project. i was able to implement the SSO, but for SLO, ...
Abhishek Choudhery's user avatar
0 votes
2 answers
895 views

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 ...
Oliver McPhee's user avatar
4 votes
1 answer
2k views

Integrating Spring SAML as SP and SimpleSAMLphp as IdP (HoK profile)

I am trying to get HoK profile work with Spring SAML as the SP and SimpleSAMLphp as the IdP. The SP gets the client certificate and then sends the following authentication request to the IdP without ...
user3406222's user avatar
2 votes
1 answer
5k views

How to connect to SimpleSamlphp idp login page (SAML 2.0 p) in asp.net web forms / asp.net mvc service provider (SP initiated)

Im new to SAML protocol and I need to create an IdP using SimpleSamlPHP which is connected with a local user database. Then I would have to create an SP in asp.net web forms/mvc (preferably asp.net ...
AshT's user avatar
  • 545

15 30 50 per page