shibboleth

Single Sign on using Shibboleth

北城以北 提交于 2020-01-13 19:53:28
问题 I have to implement Single Sign On in my .NET(3.5) project using Shibboleth . Detailed requirement goes this way: 1) I have developped a web application using .NET (3.5) named "abc.com". 2) There are some third party applications which will be launched from "abc.com" 3) If I have logged in to "abc.com" and now if I launch any of the supported third party applications then it should not ask for login information again. From last few days I have been reading Shibboleth from https://spaces

Forward REMOTE_USER to tomcat via AJP (e.g. for shibboleth)

那年仲夏 提交于 2020-01-13 10:14:48
问题 Today I just got stuck with the following problem: 1. I configured apache for basic authentication (require valid user); which worked. 2. I further configured apache to forward requests for some path (/idp in my case) to a tomcat servlet (shibboleth IDP). The result was, that the shibboleth IdP (ECP profile) told me there was no "REMOTE_USER" set (it's using the httpRequest.getRemoteUser() method to check this; it returned null). I tried a lot of things like SetEnv and RewriteRule stuff, but

Setting up a new Shibboleth IdP to work with an existing SAML SP

左心房为你撑大大i 提交于 2019-12-28 04:32:06
问题 Hopefully this isn't a duplicate or too broad. I just have a feeling I need a bit more information than anything else I've been able to find. I have a program/server that already has a functioning SAML SP built in to it. I'm trying to get it connected to a test Shibboleth IdP (V3.3.3) on an internal server running Windows Server. I have it installed and connected to our Active Directory users. The documentation was great for getting to that point. Now I have no earthly clue how to proceed. I

Shibboleth- Auto Choose from multiple idp based on Url for single SP

霸气de小男生 提交于 2019-12-25 05:13:47
问题 We are using Shibboleth Service provider for our application. We have installed the Sp in our local machine. Now I need to have it configured to multiple idP depending upon the url. Example: We have two hosts one.sample.com and two.sample.com both point to same machine - so same SP. So want to configure Sp in way that when hit one.sample.com then it authenticate user using https://testshib.com/idp and when hit two.sample.com then authenticate user with another idp. It should not ask me to

NameID element must be present as part of the Subject

让人想犯罪 __ 提交于 2019-12-24 01:05:22
问题 Hey I am trying to configure IDP with my service provider but when saml response comes from IDP I got this error in my service provider org.opensaml.common.SAMLException: NameID element must be present as part of the Subject in the Response message, please enable it in the IDP configuration at org.springframework.security.saml.websso.WebSSOProfileConsumerImpl.processAuthenticationResponse I configured NameId in idp - metadata xml <NameID>urn:oasis:names:tc:SAML:1.1:nameid-format

How to access Shibboleth SP Attributes in AngularJS Application

孤人 提交于 2019-12-24 00:53:03
问题 I am new to SSO as well as Shibboleth. I have successfully implemented Shibboleth SP on an Apache Server. The user is getting authenticated against IDP whenever the user tries to access a protected resource. Basically, Shibboleth SSO has the following 6 steps: User Accesses Protected Resource SP Determines IdP and Issues Authentication Request User Authenticates to the IdP IdP Issues Response to SP Back to the SP Back to the Protected Resource My client app is purely developed using AngularJS

passport-saml and SAML encryption

主宰稳场 提交于 2019-12-23 09:13:46
问题 I'm new to passport and passport-saml , and I'm trying to build a Node.js server that uses our University's Shibboleth identity provider for single sign-on. I'm pretty close to getting it all working, but I'm hitting a snag during the /login/callback that I think is related to the encryption configuration. I am able to redirect the client to the sign-in page, and after a successful sign-in, the IdP does a POST back to my /login/callback route. Then I get this error: Error: Invalid signature

WARNING: unrecognized options: --disable-netaccessor-libcurl

情到浓时终转凉″ 提交于 2019-12-23 02:57:24
问题 I am trying to install Xerces-C to my Shibboleth 2 SP following this guide: https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPLinuxSourceBuild But when i run: ./configure --prefix=/opt/shibboleth-sp --disable-netaccessor-libcurl i get this warning: WARNING: unrecognized options: --disable-netaccessor-libcurl [...] config.status: creating src/xercesc/util/Xerces_autoconf_config.hpp config.status: src/xercesc/util/Xerces_autoconf_config.hpp is unchanged config.status: executing

Can I integrate Shibboleth SSO in my Java Webapp without using Apache and shibd?

陌路散爱 提交于 2019-12-21 17:41:40
问题 I'm working on a pure Java web application that uses an embedded Jetty and I want to integrate a Shibboleth login. To do this, I'm following switch.ch's guide for Shibboleth Service Provider Deployment, which states: The Shibboleth Service Provider consists of a daemon shibd running on all major operating systems and a web server module mod_shib which is natively supported by: Apache web servers (versions 1.3.x, 2.x) IIS (versions 6, 7 and 8) My question is, is there a way to integrate

how to authenticate a shibboleth multi-hostname website with httr in R

只谈情不闲聊 提交于 2019-12-20 12:16:35
问题 note: ipums international and ipums usa probably use the same system. ipums usa allows quicker signup. if you would like to test out your code, try https://usa.ipums.org/usa-action/users/request_access to sign up! i am trying to programmatically download a file from https://international.ipums.org/ with the R language and httr. i need to use httr and not RCurl because i need to post-authentication download large files not into RAM but directly to disk. this is currently only possible with