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

How to pass friendlyname instead of urn:oid in saml response

I am trying to send saml response from my shibboleth idp to a service provider How can I pass the friendlyname instead of urn:oid in saml response? Right now, my saml response contains the urn:oid only, for instance, …
0
votes
0 answers

SSO Authentication: IDP in Java and SP in PHP

I have created SimpleSAMLphp to configure the Service Provider and OpenSAML in JAVA as IDP to send the assertion to SP. Now I'll login in my IDP server and through a link will come to SP server with SSO authentication but in my current scenario the…
0
votes
0 answers

Codeigniter SimpleSAML stuck on Consent page

I am trying to implement saml for my website via simplesamlphp. I am using SSOCircle as an IDP and when I test using the simplesaml admin page, I am able to retrieve the user data properly. However, when trying to integrate it to my login page, and…
JianYA
  • 2,750
  • 8
  • 60
  • 136
0
votes
1 answer

Adapting SimpleSAMLPHP for Codeigniter

I am trying to adapt SimpleSAMLPHP for my Codeigniter app. However when I try to access the admin console located in third_party/simplesaml/www/index.php, I get an Internal Error Message while the url is…
JianYA
  • 2,750
  • 8
  • 60
  • 136
0
votes
2 answers

Codeigniter how to access views/web pages from third party folders

I am in the process of installing SimpleSAML and in the php library, there is a folder called www that has index.php. According to the docs, there is an admin console within it. However, at the moment I am unable to access it via the url…
JianYA
  • 2,750
  • 8
  • 60
  • 136
0
votes
1 answer

How does a SAML IdP communicate changes with the SP?

I'm working to integrate SAML SSO into an older PHP application. I am using simplesamlphp to set up my service provider and for testing purposes, I have a OneLogin dev account set up with a "SAML Test Connector (IdP w/attr)" test application as my…
Josh
  • 8,079
  • 3
  • 24
  • 49
0
votes
1 answer

Does simplesaml provide any API for IdP as it does for SP?

I know that SimpleSAML_Auth_Simple class is provided for SP side operations but I can't find the API for IdP side operations like assertion creation and sending the message to the SP's assertion consumer service. Does that mean there is no exposed…
aks_Nin
  • 147
  • 4
  • 13
0
votes
1 answer

can php-saml lib from onelogin act as an IDP?

My application needs to provide IDP like service using which I like to generate a saml response to the registered SP. So that users of my application can login to the registered SP's applications. But I think php-saml(provided by OneLogin) lib is SP…
aks_Nin
  • 147
  • 4
  • 13
0
votes
1 answer

simplesamlphp throwing error after integrating with an APP

Anyone can help with this issue: I have simplesamlphp instaled and tested successfully with my IdP and SP. when I integrated the APP following the doc (step 6) https://simplesamlphp.org/docs/1.5/simplesamlphp-sp I started getting errors I will post…
mohbar
  • 57
  • 4
  • 10
0
votes
2 answers

Drupal 7 SSO via simplesaml_auth module

Currently developing a SSO method for my Drupal website. I've installed simplesamlphp successfully and also configured it. I have also installed the simplesaml_auth module on my website and the SSO procedure works fine. The only problem I am having…
Adam
  • 21
  • 4
0
votes
0 answers

Get the authenticated user attributes from the idp using the idp first login

Background I have multiple idps running in different folders on a server for different tenants Each instance of the idp is accessed by users bound to a specific tenant user sessions must be managed outside of saml so once they are authenticated…
Purplenimbus
  • 366
  • 4
  • 8
0
votes
1 answer

Customize Logout page with ADFS 2.0

I am working on an application written in Symfony2 framework. It is integrated to ADFS 2.0 for SSO. The logout is working as expected. It is redirecting user to all sites that he logged-in. This is a series of redirections. After the signout,…
0
votes
1 answer

IDP failing on test page

I have installed a simplesamlphp instance, and set it up for facebook login with success on the mysite.org/simplesaml interface. I was wanting to get linkedin and twitter configured too. I followed the instructions for creating an app on the 3rd…
tomf
  • 3
  • 3
0
votes
1 answer

simpleSAMLphp for single sign on using ADFS [Authenticate user from outside the ADFS domain]

I have a web application that uses SimpleSAMLphp for single sign on using ADFS to authenticate users inside a company. When a user needs to access the web app from within the company (under the federation server domain), it is automatically…
0
votes
1 answer

WSO2 Identity Server 5.3.0 Single Logout with simpleSAMLphp

I have used WSO2 APP Manager to publish my web applications with Identity server 5.3.0 as the Identity Provider. I have configured SSO and SLO using three service providers. I'm using simpleSAMLphp with my web apps. SSO function works fine in my…