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
0 answers

Do I need to call something after simplesamlphpInstance->logout() to logout?

When I try to logout I just call $simplesamlphpInstance->logout(); But nothing happens. Should I call something else to logout? I use https://github.com/asasmoyo/yii-simplesamlphp-example as a basis.
0
votes
2 answers

How to set username and password and send request to identity provider in simplesamlphp?

I have created a service provider and right now I can call requireAuth() and get a wizard to select identity provider and then log in and get attributes of the user. But I want to do this without filling forms manually. I develop mobile game app,…
0
votes
1 answer

SimpleSAMLPHP bind via POST

Our current SAML setup has been working just fine with the more or less default setup provided by the library SimpleSAMLPHP. However, one new IDP specifically needs to bind to the SP via a POST binding. It seems like SimpleSAMLPHP will always…
clops
  • 5,085
  • 6
  • 39
  • 53
0
votes
1 answer

How can I convert XML metadata to PHP for SAML 2.0?

I try to get working test connection with Identity Provider as Service Provider using SAML 2.0. I am using Yii2 and SimpleSamlPhp library. To do this I need to fill in metadata for identity provider in file…
0
votes
1 answer

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 it. I have a FBWP SSO config page and installed…
0
votes
1 answer

Implementing SSO with Simple SAML in an Old .NET 4.0 MVC Application

I need to incorporate Single Sign-on in an existing MVC application. It's a bit long in the tooth now, with only .NET 4.0 libraries. So, a lot of that nice ClaimsAuthorizationManager/passive redirect stuff in 4.5 is not available to me. Can anyone…
onefootswill
  • 3,707
  • 6
  • 47
  • 101
0
votes
1 answer

Drupal 8 with SimpleSAMLphp

I would like to use SimpleSAMLphp, in my Drupal 8 installation. I have added the required modules. But, when I try to enable the SimpleSAMLphp module, I get the following error: SimpleSAMLphp module requires the simplesamlphp library I have read…
jason
  • 3,821
  • 10
  • 63
  • 120
0
votes
2 answers

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 Webserver. A test-webapp (PHP) installed…
mar_mj
  • 11
  • 1
0
votes
1 answer

Symfony2.8 website(SP) & OKTA(IDP)

I've created the membership website with Symfony2. I used FOSuserbundle for the website. Then I'm trying to setup the IDP initiated single sign on environment with this website and OKTA, but I have a situation here with the SP side settings. enter…
Naoki
  • 1
  • 4
0
votes
2 answers

SSO Login via SAML (Ping federator as my identity provider, Drupal as SP)

I am implementing SSO login via SAML (using Ping Federator as Idp, Drupal as Service Provider). In Idp initiated login, how does IDP knows to which service provider it should send SAML response?
kalyan
  • 11
  • 2
0
votes
3 answers

simpleSAMLphp SP metadata returning entityID of http instead of expected https

I've currently got a simplesamlphp installation as a service provider on a CentOS server. I have the config/authsources.php defined as follows: 'default-sp' => array( 'saml:SP', 'entityID' => null, When I access the /saml/ url via https and…
Manachi
  • 1,027
  • 16
  • 30
0
votes
1 answer

SimpleSAML_exception_handler() must be an instance of Exception, instance of Error given

I'm trying to test authenticate my SimpleSAML IDP installation with Google, but unfortunately I am received the following error log: ...SimpleSAML_exception_handler() must be an instance of Exception, instance of Error given in…
0
votes
0 answers

Setting up "Single Sign On" In Php(laravel)

I wish to setup Single Sign On by both setting up (Identity Provider) IDP and (Service Provider) SP for practice. I studied about it and found SimpleSAMLphp to be only viable option, Now My question is there any out of the box package exist through…
0
votes
1 answer

"State information lost" in SimpleSamlphp

I got an error State information lost "State information lost" in SimpleSamlphp. Use sprint-security as SP, and configure the Idp on Simplesamlphp. Then,it's ok by browser to redirect the SP webpage to Idp, but after login the username and password,…
Ron
  • 903
  • 2
  • 11
  • 20
0
votes
1 answer

How to resolve Recoverable fatal error: Object of class Drupal\Core\Link could not be converted to string in Drupal\Component\Utility\Xss::filter?

I'm following the How to Configure SimpleSAMLphp for Drupal 8 on Acquia instruction. I'm at the bottom where it says, "SimpleSAMLphp_auth module settings. I personally recommend to store configuration for SimpleSAMLphp_auth module settings in…
2myCharlie
  • 1,587
  • 2
  • 21
  • 35