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

simplesamlphp define the requested attributes

My simpleSAMLphp installation works, but I don't find out where to define the requested attributes below.
blackjack
  • 21
  • 2
2
votes
1 answer

Simplesamlphp 403 Forbidden when try to authenticate as SP

I installed 2 of the simplesamlphp program (1 as IDP and the other as SP) in my sharing host using method 13.1 in the installation documentation due to my site being a shared hosting account and unable to symlink the directory.…
JRT
  • 31
  • 2
2
votes
0 answers

SimpleSAML metadata converter

I use the library simpleSAMLPhp to develop a service provider. My problem is that I have a saml token xml generated by an Identity provider but I can't actually access the identity provider (problem of security) I tried to use the simpleSAML…
Kvasir
  • 1,197
  • 4
  • 17
  • 31
2
votes
1 answer

SimpleSamlPhp installation

When I try to install simpleSAMLPH I have this message: Forbidden You don't have permission to access /simplesaml/module.php/core/frontpage_welcome.php on this server. Apache/2.4.9 (Win64) PHP/5.5.12 Server at simplesaml.dev Port 80 And I don't…
Kvasir
  • 1,197
  • 4
  • 17
  • 31
2
votes
1 answer

SimpleSamlPhp with CustomIdP Implementation

I'm just wondering if any you have a experience integrating SSO using SimpleSamlPhp and Custom IdP. We actually manage to make it work but we're just being skeptical regarding on the security and stability of the SSO using just SAML2.0 as our…
Duran Jayson
  • 327
  • 3
  • 6
2
votes
1 answer

How to validate SAML response and assertion signature using SimpleSAMLphp

I'm trying out the SimpleSAMLphp sample app with WSO2 Identity Server as the Identity Provider. I can successfully login and logout. The SAML assertion and the response is signed. I want to know how to validate the (response and assertion)…
thariyarox
  • 454
  • 2
  • 11
2
votes
1 answer

SimpleSaml Memcache Username/Password

After looking at the documentation, I can't figure out how to set the memchached username and password for a memcache_store server. Does anybody know? https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance#section_2
user2434674
  • 520
  • 1
  • 8
  • 19
2
votes
1 answer

SimpleSamlPHP (SP) & OKTA (IdP)

I have a web application on my local computer: https://test.staging.me This is PHP (cakephp) application. I installed SimpleSamlPHP and configured it as the Service Provider(SP). I created some tests from instruction:…
Feniksss
  • 33
  • 1
  • 5
2
votes
1 answer

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 mvc). I managed to setup SimpleSamlPHP as IdP and…
AshT
  • 535
  • 1
  • 8
  • 20
2
votes
1 answer

How to configure SSO by SAML on Drupal?

At first, I am new in SAML. Could somebody tell step by step, how to configure SSO on Drupal using simplesamlphp? Or how to test by "Test configured authentication sources"? What I have now. Installed simpleSAMLphp Authentication module. Add…
2
votes
1 answer

Simplesamlphp - Redirect to 404 Not Found on requireAuth

I'm trying to integrate simpleSAMLphp with my application but I am getting this problem: When I execute the requireAuth method, I get redirected to a 404 page, more specifically "http://test.localhost/simplesaml/module.php/saml/disco.php{lot of…
priki
  • 709
  • 1
  • 7
  • 13
2
votes
2 answers

Using composer package with deleted dependency

I want to use the simplesamlphp package for my SSO implementation. However, I cannot install the package via composer, because one of the dependencies no longer exists. "simplesamlphp/simplesamlphp": "dev-master" Output after running composer…
winkbrace
  • 2,682
  • 26
  • 19
2
votes
1 answer

PHP Signing SAML Document

I'm working on a project and have basically reached a point where I don't know what to do to get much farther. Trying to work with a vendor to setup an SSO process using SAML. We are, at this time, doing this process by hand because we don't have a…
2
votes
1 answer

simplesamlphp IDP Initiated authentication using existing session

I have a Zend project where users login through a login page backed by a database. I have implemented IdP initiated SSO functionality using simplesamlphp. Current flow of the events is :- User login into my website. Clicks on the IDP initiated SSO…
techgyani
  • 535
  • 8
  • 24
2
votes
2 answers

Why is the user always redirected to simpleSAMLphp installation front page?

I'm having a bit of trouble setting up a simpleSAMLphp service provider for the first time. I configured the service provider like this: '***' => array( 'saml:SP', 'redirect.validate' => true, 'redirect.sign' => true, …
Jacob Poul Richardt
  • 3,145
  • 1
  • 26
  • 29