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

How do I use ssocircle as an idp and redirect to a page?

I am trying to set up SAML and I've used SimpleSAMLphp for both my service provider and my identity provider. So now to test my service provider, I set up ssocircle to use as an alternative identity provider. The problem I'm having is that no…
Andrew
  • 1,571
  • 17
  • 31
0
votes
1 answer

How to install SimpleSAMLPHP on 000webhost

I need to configure my site to consume SAML assertion. I installed SimpleSAMLPHP on a 000webhost site. When I access the site I get 404 error and it looks like the issue is not being able to www folder to public_html folder. Is there a way to…
Sofia Khwaja
  • 1,909
  • 3
  • 17
  • 20
0
votes
2 answers

How to configure SimpleSAMLphp with Acquia platform?

I'm following the instruction on Acquia's site https://docs.acquia.com/articles/using-simplesamlphp-acquia-cloud-site about configuring SimpleSAMLphp and it just seems the documentation is not very precise. In their documentation it says to run the…
2myCharlie
  • 1,587
  • 2
  • 21
  • 35
0
votes
1 answer

Single Sign On: SimpleSAMLPhp Service Provider Implementatio

I am implementing a SSO using SimpleSAMLPhp Service Provider. I provided my metadata to remote Shibboleth Identity Provider and was provided a test account. When a user visits a specific page on my SP, they get redirected to the IdP, login, and are…
crisis
  • 11
  • 1
0
votes
2 answers

SimpleSaml installation

I need a few advices about SimpleSaml installation. In my company, i'm developping a website, and i want to add the Identity Federation. I chosed SimpleSaml. I'm on MAC Os. To resume : 1) In /var/ - I put my folder simpleSaml 2) In…
Marquis Jules
  • 71
  • 1
  • 7
0
votes
1 answer

SSO - Do we always need to keep user database at IdP and SPs in case of role based application

I'm planning to use simplesamlphp as an IdP. I've reasonable amount of user database who "can" share 5 different applications. Currently, user have to go on each application and put username and password which is surely not what I desired. The…
Sahil Purav
  • 1,324
  • 4
  • 19
  • 32
0
votes
1 answer

How to connect SP to IdP on .local domain?

I'm trying to configure SimpleSAMLphp with a FederationMetadata.xml file generated by an AD FS 2.0 server (some of which you can see below - I have replaced the middle portion of the domain with the word "domain"). Since our web application is not…
Sam Tolton
  • 347
  • 6
  • 14
0
votes
1 answer

Okta as IDP and simplesamlphp as SP - IDP initiated login does not work

so I am able to make the SP initiated login work using simplesamlphp but there does not seem to be a way to make it work when clicking on the Okta Chicklet. Here are the logs I am presented with when trying to login: Feb 7 10:21:25…
Mental Zenga
  • 80
  • 1
  • 8
0
votes
1 answer

Get SAML session from simpleSAMLPHP without trying to authenticate

I'm trying to set up the following workflow: User logs into app A. App A bounces off a central simpleSAML instance to create a session. User accesses app B. App B bounces to the central simpleSAML instance to check for a session. If a session…
Simon Brahan
  • 2,016
  • 1
  • 14
  • 22
0
votes
1 answer

Can SimpleSAMLphp have dynamic authentication source values?

How can I set dynamic authentication source parameters? For example, how can I set parameters like hostname and dnpattern dynamically?
Ajith
  • 258
  • 1
  • 7
0
votes
2 answers

SimpleSAMLphp Cannot retrieve metadata for IdP 'http://simpleidp/simplesaml/saml2/idp/metadata.php' because it isn't a valid IdP for this SP

I'm stuck with error simplesamlPHP SimpleSAML_Error_Error: UNHANDLEDEXCEPTION Backtrace: 0 /var/www/simplesp/www/module.php:180 (N/A) Caused by: SimpleSAML_Error_Exception: Cannot retrieve metadata for IdP…
0
votes
1 answer

how to test my simplesamlphp SP service with an adfs IDP server online?

I have installed simplesapl as a SP in my localhost, Now I want to test my this service with any adfs as an idp. Is there any way to check this online for free?. I do not have any adfs installed locally.
0
votes
1 answer

Caused by: SimpleSAML_Error_Exception: Validation of received messages enabled, but no signature found on message

Trying to setup a SP in shibboleth, when testing against a testIdP, I get this error.
user3761308
  • 744
  • 3
  • 14
  • 30
0
votes
1 answer

Drupal 7 + SimpleSAMLphp + simplesamlphp_auth module

I have a site on a Drupal 7 and I need to add some SSO functionality. So I configured SimpleSAMLphp and installed the simplesamlphp_auth module. The problem is the module just swaps the links to login form with its own (/saml_login). And I kinda…
Biscuit
  • 1
  • 1
0
votes
1 answer