Questions tagged [shibboleth-sp]

41 questions
0
votes
1 answer

Azure AD as central auth server and Shibbolth as Service provider

We have SSO setup where we are using PingFederate as Central auth server ( for authentication and authorization ) and Shibboleth as Service Provider for our application. Is it possible to configure Azure Active Direcroty as Central auth server with…
Yagya
  • 29
  • 1
  • 1
  • 8
0
votes
1 answer

Drupal module shib_auth configuration for Shibboleth SP in IIS

I have an issue with shibboleth authentication (module: shib_auth 8.x-1 .x-dev) in Drupal 8 and IIS (version 8.5), after login in IDP i'm redirect to Drupal, but i'm not logged. With SAML browser extension i see a POST call for…
Inze
  • 1
  • 4
0
votes
1 answer

Shibboleth Attributes not Mapping

We are having an issue with Shibboleth and Apache Server. I am integrating with an SSO portal for a Tomcat application. I have the integration with the SSO portal figured out, but we are having an issue with the mapping of the attributes. We are…
0
votes
2 answers

shibsp::ConfigurationException, why the service provider isn't logging any additianal information?

I'm setting up, on a test environment with CentOS 7, SSO with Shibboleth SP and Shibboleth IDP. After all configurations, if I try to access a protected source on the server got only an error page: shibsp::ConfigurationException at…
Dibi91
  • 31
  • 7
0
votes
0 answers

glassfish get shibboleth sp attribute on iis

I was able to get the information returned by Shibboleth through the program deployed above IIS (code below). <% @ Page Language="C#" %> <% Response.Write("

Server Variables

"); Response.Write("mail= " + Request["mail"] +…
dayao
  • 3
  • 2
0
votes
1 answer

Getting issue for SSO to tomcat App using Shib SP

I have a 3rd party application which is using Tomcat authentication for its session creation. I am planning to enable SSO to that application by integrating that with Shib SP. I am getting an error after enabling Shib SP with it. I can not change…
Mark
  • 1
0
votes
1 answer

How to deploy shibboleth service provider in Kubernetes environment?

I am trying to configure shibboleth service provider in kubernetes environment. In non-docker environment, apache2 and shibd services runs no the same server and apache2 communicates with shibd using mod_shib apache module (correct me if am…
karthikeayan
  • 4,291
  • 7
  • 37
  • 75
0
votes
1 answer

How does Single-logout works with OKTA(IDP)-Shibboleth(SP)-App

OKTA-Shibboleth(Apache)-Nakisa(Tomcat) SSO is working for logging-in. Now, I need to configure Logout. So, user logs out from the app, user needs to be redirected to OKTA page with tiles. But, currently,user is redirected to the app again. It's…
jetulis
  • 168
  • 1
  • 13
0
votes
1 answer

Shibboleth SP3 HTTP Headers missing

I am using shibboleth SP 3 and IIS 8 on one server. I protect a folder "secure" and redirects to a test ADFS, where I configured the extraction of the UPN from the AD. My attribute-map.xml looks like this:
Joel
  • 669
  • 7
  • 25
0
votes
1 answer

Add Shibboleth SP to a tenant in WSO2 Identity Server

I'm having a strange behaviour for this use case: WSO2 IS with a tenant (tenant A) and a Shibboleth Service Provider added in the tenant (SaaS is NOT selected so the SP should be only visible to the tenant). Shibboleth SP has the metadata of the…
Ma io
  • 75
  • 8
-1
votes
1 answer

SELinux problem during RPMS repository configuration with Ansible

I am using this Ansible task to deploy an rpm package to an RHEL8 server: - name: Add the shibboleth Repository configuration yum_repository: name: security_shibboleth description: Shibboleth (CentOS_7) setype: rpm-md mirrorlist:…
elster
  • 13
  • 3
1 2
3