simplesamlphp

How to setup SAML to mutiple domain?

半城伤御伤魂 提交于 2019-12-13 03:55:43
问题 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 three different server. Now, I want to setup single sign on login using SAML then on which server I need to setup IdP. As " example.com " is main domain which has all the information about user. As I learn, when I login to " example.com "

Failed to log out SAML WSO2 IS 5.0

≡放荡痞女 提交于 2019-12-11 22:58:36
问题 I'm using simpleSAMLphp with SAML(WSO2 IS 5.0) to login in my application, if I try log out after 60 minutes this error is shown: TID: [0] [IS] [2014-12-02 11:10:36,346] ERROR {org.wso2.carbon.identity.sso.saml.processors.LogoutRequestProcessor} - No Established Sessions corresponding to Session Indexes provided. {org.wso2.carbon.identity.sso.saml.processors.LogoutRequestProcessor} TID: [0] [IS] [2014-12-02 11:10:36,438] ERROR {org.apache.catalina.core.StandardWrapperValve} - Servlet.service(

How to replace a value of NameId with attribute in SimpleSAMLphp-based IdP?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-11 08:58:33
问题 I'm trying to setup SimpleSAMLphp IdP to send a SAML response to my local dev server (SP-initiated flow in this case) . This IdP is based on a Docker image from https://hub.docker.com/r/kristophjunge/test-saml-idp/ (ver. 1.15 I believe). The whole setup is to emulate a similar environment that I have whereby G Suite IdP is used against the same local dev SP - trying to eventually eliminate the cloud dependency from my local dev environment and replace it with an equivalent SimpleSAMLphp one.

Getting a 403 forbidden error for simplesaml after Apache upgrade

。_饼干妹妹 提交于 2019-12-07 09:18:13
问题 My simplesaml was working perfectly until I upgraded Apache to 2.4.6 on Ubuntu The error I was getting : Forbidden You don't have permission to access /simplesaml/ on this server. 回答1: The instructions for installing simplesamlphp on Apache only require an alias for the simplesamlphp directory : https://simplesamlphp.org/docs/stable/simplesamlphp-install#section_6 But for Apache 2.4.6+ the security has changed - it worked for me when I added a Directory directive. eg: <VirtualHost *:80>

Simplesamlphp unhandled exception error while using as SP

≯℡__Kan透↙ 提交于 2019-12-01 07:37:45
问题 After successfully receiving the SAML 2.0 token while using simplesamlphp as a Service Provider I get the following error. Oct 21 17:30:15 simplesamlphp DEBUG [6b6e3c270f] GenerateGroups - attribute 'eduPersonAffiliation' not found. Oct 21 17:30:15 simplesamlphp DEBUG [6b6e3c270f] Session: doLogin("default-sp") Oct 21 17:30:15 simplesamlphp WARNING [6b6e3c270f] Unable to find the SAML 2 binding used for this request. Oct 21 17:30:15 simplesamlphp WARNING [6b6e3c270f] Request method: 'GET' Oct

Connect to Azure Active Directory from PHP web application

耗尽温柔 提交于 2019-11-27 06:07:29
问题 Seeking for guidance on the subject as I'm really stuck on this, I have a internal URL for an App made on PHP and I want to connect to Azure Active Directory. So far I've reviewed an example from Microsoft using SimpleSAML but it's really outdated and I'm having troubles adapting it for the newer SimpleSAMl code. Is there a better way to integrate a web application with Azure AD? I read somewhere that I may use Get started with Mobile Services but I would like to hear from previous