shibboleth

SAML client for Android?

☆樱花仙子☆ 提交于 2019-12-02 01:03:18
I'm working on a project which needs to parse some data from some protected web pages. In order to gain the access those pages, I have to overcome a SAML authetication form (Shibboleth). Is there someone who was able to implement this standard in Android (Java)? I already read this thread: SAML Client implementation for Android? but it doesn't give me a good solution. In fact, I need to get the data of some protected web pages in order to parse it, not to let the user to see the content of such pages. Therefore logging in through a WebView is not what I really need.. I think OpenSAML is your

Apache Config - Exclude Location from Authentication

家住魔仙堡 提交于 2019-12-01 17:07:20
I have a web application that is being protected by a Shibboleth authentication module. My current config is as below <Location /MyApp> AuthType shibboleth ShibUseHeaders On ShibRequestSetting requireSession 1 require shibboleth </Location> The shibboleth is an authentication module that provides SSO capability and the current flow directs the user to an Identity Provider for the user to enter the login credentials. I want to be able to open up a specific URL so that the URL gets bypassed by the authentication module. I tried the below but it doesn't seem to work and I get a blank page on

Why is Cognito rejecting my SAML assertion?

一个人想着一个人 提交于 2019-12-01 12:20:55
I'm doing a proof of concept for federating SAML into Cognito. I've setup Shibboleth v3, and once I finally got the log level set, I can see the SAML being sent back to Cognito, which just redirects to my configured page with ?error_description=Error+in+SAML+response+processing%3A+Invalid+SAML+metadata.+&error=server_error in the URL. The user pool in Cognito is set to require an email address, and I think I've got the attribute mapping set correctly, but it's not really easy to tell. Here's the SAML I'm seeing in the logs (minus a couple of URLs for anonymization's sake): <?xml version="1.0"

Is it possible to connect Shibboleth idp from localhost?

余生颓废 提交于 2019-12-01 11:10:45
I installed Shibboleth service provider on localhost. I want to connect to shibboleth idp. Error Message: No peer endpoint available to which to send SAML response This is because I connect to IDP(idp.shibtest.org) from localhost? Akshay testshib.org is good way to test shibboleth. You cannot use localhost as SP to connect to remote IDp , that iDp won't find any SP to return to because localhost means it's own system so IDp would go in it's local system and find your given SP's entity ID. It won't find that entity ID so it would give such error. These two approach may help you Give your

R: use rvest (or httr) to log in to a site requiring cookies

橙三吉。 提交于 2019-12-01 11:01:15
I'm trying to automate the shibboleth-based login process for the UK Data Service in R. One can sign up for an account to login here . A previous attempt to automate this process is found in this question, automating the login to the uk data service website in R with RCurl or httr . I thought the excellent answers to this question, how to authenticate a shibboleth multi-hostname website with httr in R , were going to get me there, but I've run into a wall. And, yes, RSelenium provides an alternative— which I've actually tried —but my experience with RSelenium is that it is always flaking out

What entityId to choose to configure Service Provider (SP) in shibboleth?

ぃ、小莉子 提交于 2019-12-01 06:49:47
According to Shibboleth wiki entity naming we should not use real host to the entity id, I am confused what to use. Is there any significance of entity id, or I can choose whatever? What if I edit it after configured. my web path that will required sso is http://exp.uni.edu (this will get auth data from http://uni.edu ) and the SP can be placed at http://exp.uni.edu path . You should use the URI for the service provider, not necessarily the name of the physical host . So, if your site is "exp.uni.edu", but hosted on the webserver panther-web-07.uni.edu, you'd be safe using something like "

What entityId to choose to configure Service Provider (SP) in shibboleth?

那年仲夏 提交于 2019-12-01 05:58:59
问题 According to Shibboleth wiki entity naming we should not use real host to the entity id, I am confused what to use. Is there any significance of entity id, or I can choose whatever? What if I edit it after configured. my web path that will required sso is http://exp.uni.edu (this will get auth data from http://uni.edu ) and the SP can be placed at http://exp.uni.edu path . 回答1: You should use the URI for the service provider, not necessarily the name of the physical host . So, if your site is

SSL error using Python Requests to access Shibboleth authenticated server

半腔热情 提交于 2019-12-01 01:01:52
I'm trying to access a journal article hosted by an academic service provider (SP), using a Python script. The server authenticates using a Shibboleth login. I read Logging into SAML/Shibboleth authenticated server using python and tried to implement a login with Python Requests. The script starts by querying the SP for the link leading to my IDP institution, and is supposed then to authenticate automatically with the IDP. The first part works, but when following the link to the IDP, it chokes on an SSL error. Here is what I used: import requests import lxml.html LOGINLINK = 'https://www.jsave

SSL error using Python Requests to access Shibboleth authenticated server

冷暖自知 提交于 2019-11-30 19:24:07
问题 I'm trying to access a journal article hosted by an academic service provider (SP), using a Python script. The server authenticates using a Shibboleth login. I read Logging into SAML/Shibboleth authenticated server using python and tried to implement a login with Python Requests. The script starts by querying the SP for the link leading to my IDP institution, and is supposed then to authenticate automatically with the IDP. The first part works, but when following the link to the IDP, it

Integrating iPhone Application with Shibboleth

放肆的年华 提交于 2019-11-30 12:16:19
问题 Has anyone integrated an iPhone application with a Shibboleth Identity Provider? Googling did not come up with anything so I am asking the gurus directly. If it has not been previously dones, is it feasible to do so? 回答1: The answer to both is "Yes." I'm a Java guy, so being asked two weeks ago to: Learn Objective-C Write an native iPhone App Authenticated programmatically with Shibboleth Download an display Shibboleth protected datafile ...Was a little daunting. Compound that with the