Skip to main content

All Questions

0 votes
0 answers
56 views

Unable to pass login_hint to Google SAML Authentication

I use SimpleSAML to allow users to authenticate into my application using Microsoft or Google accounts. Most clients use Microsoft, so the SAML SingleSignOnService URL binding becomes something like: ...
Matt Doble's user avatar
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
1 vote
1 answer
514 views

Is SAML authenticated without redirect

We have an application where most users will be logged into SSO and the few that aren't should be presented with a custom login screen to choose a method. The flow we would like: If logged into SSO ...
NickVH's user avatar
  • 13
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
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
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
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
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
6k views

SimpleSAMLphp Configuration Misconfiguration Error

I am installing SAML in PHP using the SimpleSAMLphp extension with ADFS. I have installed SAML, and I have configured sp and idp, but I am getting an error something like below: ...
satyawan's user avatar
  • 507
1 vote
1 answer
801 views

Middleware for single-sign-on integration

I have a scenario and trying to implement SSO here but not sure if it's possible. Users enter username/password still in my native app inboxes. My Authentication proxy receives the username and ...
Zhigong Liu's user avatar
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
4 votes
1 answer
18k views

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 ...
Kai Schneider's user avatar
2 votes
1 answer
8k views

Authenticating to SAML server with CURL

I'm trying to authenticate to a website that uses SimpleSAML without the browser but simply using cURL commands. Basically I'm using Chrome's dev tools to see the redirects and what information is ...
SergioLeone's user avatar
0 votes
2 answers
639 views

How to configure intranet users logon from windows dekstop for many web applications? (ADFS 3.0, SAML 2.0, SSO)

The project im working now is Single-Sign-on (SSO) via ADFS 3.0 using SAML Token (SimpleSAMLphp). I have the following setup: Windows Server 2012 R2 with AD and ADFS 3.0 as Identityprovider Ubuntu ...
mar_mj's user avatar
  • 11

15 30 50 per page