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
1
vote
1 answer

How to redirect to the first configured login module in authsource when I access the SimpleSAMLphp core login page?

I'm setting up a SimpleSAMLphp server as IdP. In my authsources.php I have configured 3 auth modules: multiauth:MultiAuth , saml:SP and a custom one based on SQLAuth module. When I access the default simplesamlphp login page:…
Daniel
  • 21
  • 3
1
vote
0 answers

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 configure SAML XML metadata in login page. Does it means…
1
vote
0 answers

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…
Vishal
  • 639
  • 7
  • 32
1
vote
1 answer

Unparseable date in SAML Authentication for Zimbra Collaboration Open Source

I have set up Zimbra Collaboration Open Source as service provider (SP) and SimpleSAMLphp as Identity Provider (IdP). I have downloaded Network Edition, extract the store rpm, grab samlextn.jar and follow the instructions to configure SAML. Zimbra…
badrul
  • 71
  • 6
1
vote
0 answers

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: SimpleSAML_Error_Error: UNHANDLEDEXCEPTION Backtrace: 0…
satyawan
  • 497
  • 1
  • 8
  • 20
1
vote
1 answer

Using Twig in simplesamlphp

The documentation in simplesamlphp for making themes is pretty non-existent, and though it says that it supports Twig now, I can not get it to work. I have in my theme…
MicWit
  • 655
  • 12
  • 31
1
vote
0 answers

simplesamlphp configuration as idp

SimpleSAML_Error_Error: SSOPARAMS Backtrace: 0 www/saml2/idp/SSOService.php:22 (N/A) Caused by: Exception: Unable to find the current binding. Backtrace: 2 vendor/simplesamlphp/saml2/src/SAML2/Binding.php:104 (SAML2\Binding::getCurrentBinding) 1…
Jeet
  • 761
  • 3
  • 10
  • 27
1
vote
1 answer

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 password, and then forward to the 3rd party IdP(ADFS,…
1
vote
0 answers

SimpleSAMLphp redirect back with wrong hostname

I have an application at url like https://mytestapp.domain Have there installed SimpleSAMLphp https://mytestapp.domain/simplesaml When I want to log in I am redirected to SAML server where I can fill username and password. Then I am redirected back…
LiTe
  • 166
  • 1
  • 1
  • 8
1
vote
1 answer

simplesamlphp "some" blank pages

I installed simplesamlphp to set up SSO configuration towards an ADFS server. But I have issues when I am trying to convert their metadata. I can successfully log in to the initial installation welcome page, as well as other links such as…
1
vote
1 answer

Add samlp:extensions to authsources.php SimpleSamlPHP

What I wish to accomplish is adding the following example to Authnrequest
Ilhicas
  • 1,429
  • 1
  • 19
  • 26
1
vote
1 answer

Add ProviderName attribute to Authnrequest using SimpleSamlPhp

so my question is, how can I configure authsources.php to allow adding the ProviderName to the request, since the IDP I'm connecting to has this requirement, despite the Issuer. SP configuration at authsources.php 'name-of-sp' => array( …
Ilhicas
  • 1,429
  • 1
  • 19
  • 26
1
vote
0 answers

Ruby login page that uses SimpleSAMLphp as authentication

I've been searching for a while for a solution to my needs. Here's what's needed: Ruby webapp (not Ruby on Rails). Sinatra Login page which uses SimpleSAMLphp for authentication (redirect to our SimpleSAMLphp, authenticate, then go back to our app…
Fadi
  • 1,329
  • 7
  • 22
  • 40
1
vote
2 answers

Which library to use in Laravel and SAML POST binding

There is need to send from my SP to IdP SAML AthnRequest over HTTP-POST and HTTP-Redirect is not allowed. Good package is aacotroneo/laravel-saml2 but it does not support HTTP-POST. simplesamlphp/simplesamlphp is popular but it is a mess to…
Margus Pala
  • 8,433
  • 8
  • 42
  • 52
1
vote
0 answers

Error when testing Service Provider implemented using SimpleSAML

[![I have setup the service provider for our PHP application using Simple SAML. I followed the steps on https://simplesamlphp.org/docs/stable/simplesamlphp-sp to setup the service provider, but I am receiving an error when attempting to test the SP…
Mvc Learner
  • 189
  • 2
  • 3
  • 16