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

How to track users login/logout timing on SimpleSAMLPhp IDP?

We want to track user's login/logout time in database at SimpleSAMLPhp which we are using it as IDP in our SSO login process. I've been told to insert new log record in MySql database as soon as user is authenticated on IDP and update the same…
Vishal
  • 639
  • 7
  • 32
0
votes
1 answer

How to integrate simplesamlphp library and update configuration when composer update in Zend Framework3

I installed SIMPLESAMLPHP library with composer using composer require simplesamlphp/simplesamlphp For configuration I need to add saml-autoconfig.php file at my SIMPLESAMLPHP library root.But my vendor folder is in .gitignore file. When I update…
KVD
  • 3
  • 4
0
votes
1 answer

SimpleSAMLphp setup and SP metadata

I'm new to SAML 2.0 as well as SimpleSAMLphp. I have couple questions regarding to setup and metadata configuration. I act as a SP and I need to configure metadata that will be sent to my IdP. The IdP has some specific configuration requirements.…
0
votes
1 answer

Can't Enforce password reset on WSo2IS?

When I send the SOAP request to update the forcedpasswordreset value i get 202 Code on the SOAP UI and the user doesn't get notified to update the password, and the wso2carbon.log says the following: INFO…
Shnbook
  • 51
  • 8
0
votes
2 answers

SimpleSAML_Error_Error: UNHANDLEDEXCEPTION --Destination in response doesn't match the current URL

I am receiving below error when i try to login from an IDP. Caused by: Exception: Destination in response doesn't match the current URL. Destination is "http://example.com/simplesaml/module.php/saml/sp/saml2-acs.php/SP", current URL is…
S kumar
  • 1
  • 3
0
votes
1 answer

simpleSAMLphp with IIS and different Application Pool identities

I've been struggling since a day now with simpleSAMLphp in IIS and I just managed to understand why. So I have simpleSAMLphp running as IUSR in a separated application https://myserver/simpleSAMLphp. This (used only as SP) is configured with my AD…
Something
  • 15
  • 1
  • 6
0
votes
1 answer

simpleSAML Remote passive login

One of my client asked me to develop an hybrid application for them using ADFS authentication trough a SAML 2 protocol. In order to do that, i did install on my Debian 9 the framework simpleSAMLphp (http://simplesamlphp.org) which is basically a php…
ElBigZob
  • 5
  • 3
0
votes
1 answer

SimpleSAMLphp missing some configuration. What is missing?

I am trying to use SimpleSAMLphp in AWS ubuntu instance but for some reason I can make it run correctly. I am using AWS-LoadBalancer for https, I do not know if it affect the configuration. config.php $config = array( 'baseurlpath' =>…
D.Pacheco
  • 520
  • 6
  • 24
0
votes
1 answer

Could not find a supported SingleSignonServiceEndpoint

I am setting up federated login for my application using simplesamlphp I keep getting the error Could not find a supported SingleSignonServiceEndpoint. From my research that happens when the IDP wants to use http-post. That is indeed the default…
richbai90
  • 4,994
  • 4
  • 50
  • 85
0
votes
1 answer

In drupal7, how can i use varibles when exporting configuration using features and strongarm modules?

I am working on a drupal7 site. In Dev, I have enabled and configured simplesamlphp_auth module. I used features and strongarm to export the configuration to code. The downloaded feature contain: myfeature_sso.features.defaultconfig.inc…
0
votes
2 answers

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", "one.example.com", "two.example.com"; All are on…
Jaydp
  • 1,029
  • 9
  • 17
0
votes
1 answer

SessionHook for SimpleSAMLphp?

I am wondering if there is a feature that mimics the SessionHook feature of Shibboleth that I can use in SimpleSAMLphp? I need to access a page before the ultimate redirect to the requested page is made.
glockner
  • 165
  • 1
  • 1
  • 9
0
votes
1 answer

How apache know that SAML response is authenticated

I am new to Apache and SAML. I have below configuration in my my_app_httpd.conf file which redirects un-authenticated request to OKTA which is working fine. ErrorDocument 401…
Ashif Nataliya
  • 912
  • 2
  • 13
  • 28
0
votes
1 answer

IdP and SP per Tenant in WSO2 identity Server using SAML Web SSO

I am setting up a WSO2 Identity Server at the moment . The first step was to use the resident identity provider in super tenant and setting up service providers as SaaS applications. This worked pretty nice so far. The bad thing about it is that (1)…
Marco
  • 960
  • 2
  • 7
  • 26
0
votes
1 answer

In SimpleSAMLPHP, using example-sql example-sql, how to define groups

During local development of a project which will eventually integrate with an outside SSO provider via SimpleSAMLPHP, I have used the "example-sql" authsource with some dummy users. The example code: 'example-sql' => array( 'sqlauth:SQL', …
alberto56
  • 2,997
  • 3
  • 28
  • 47