Questions tagged [shibboleth-sp]

41 questions
3
votes
1 answer

Shibboleth SP ignores MetadataProvider

I try to run a Shibboleth SP for the first time, but I immediately ran into an issue that I don't understand for three days now :/ I use the docker image unicon/shibboleth-sp as base to begin with. So far I've just modified shibboleth2.xml in two…
xsrf
  • 564
  • 5
  • 18
2
votes
1 answer

How to setup shibboleth for saml azure ad

Hey I have given a task to setup shibboleth to authenticate my web application ( .net core application (SP) ) using saml 2.0 with azure ad. My web application will act as SP and will manipulate the claims/attributes returned from IDP which is azure…
2
votes
1 answer

Shibboleth SP logout does not redirect to my correct server URL

I have recently configured Shibboleth Service Provider for my IIS web server and Microsoft Azure. The authentication works like a charm but I do have some problems getting Azure or Shibboleth to redirect to my correct local logout page. To be honest…
Beauvais
  • 2,149
  • 4
  • 28
  • 63
2
votes
2 answers

Java - Spring security, Shibboleth (apache) and onelogin

The actual Spring Security configuration is like this: @Configuration @EnableWebSecurity public class WebSecurityConfig extends WebSecurityConfigurerAdapter { @Override protected void configure(HttpSecurity http) throws Exception { …
phildeg31
  • 169
  • 1
  • 14
2
votes
2 answers

500 error when trying to access Shibboleth SP Metadata

I'm trying to configure the Shibboleth SP with the samltest.id IdP. My setup is as follows: Windows Server 2008 R2, IIS7.5, Shibboleth SP 3.0 I've got almost everything working - when trying to access protected pages, it correctly redirects the user…
Kiran Ramaswamy
  • 605
  • 1
  • 8
  • 19
2
votes
1 answer

Signing auth request in shibboleth SP

I am using Shibboleth SP for SAML authorization. Recently IdP has changed the configuration and it now requires to sign the AuthRequest. IdP's metadata has following parameter
Akshay
  • 3,558
  • 4
  • 43
  • 77
1
vote
0 answers

Shibboleth SP RequestMap not starting authn flow

I have an application that requires different URLs to be associated to different entityID's. From my research I found that using a RequestMap allows me to redefine the entityIDSelf . However, when give the following RequestMap in…
WaldoF
  • 11
  • 1
1
vote
1 answer

Shibboleth 3 on Windows Server 2022

I am unable to get IIS on Windows Server 2022 to interact with Shibboleth 3 SP. I followed the Shibboleth 3 SP installation instructions and ticked the 'Configure IIS' option at the installation stage. Checking shibd.exe passes fine as below: PS…
pengu1n
  • 471
  • 6
  • 15
1
vote
1 answer

400 Bad Request You're speaking plain HTTP to an SSL-enabled server port kubernetes pod

I am getting the error "400 Bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to an SSL-enabled server port. Instead use the HTTPS scheme to access this URL, please." What I am trying…
1
vote
1 answer

How to use/access docker environment variables in Shibboleth xml files?

I am trying to inject my docker environment variables into my shibboleth2.xml file. Shibboleth does not recognize my environment variables at all. For example I am wondering if there is a way to…
1
vote
1 answer

Shibboleth for multiple sites on IIS

I'm trying to configure Shibboleth Service Provider for two sites on one IIS instance: Frontend with static HTML - just SPA - for example site.com Backend with API - just REST - for example site-api.com So, when I'm opening the first entry point…
1
vote
0 answers

Managing Roles for multiple SP (Service Providers) in SSO based application

Need information on how to use roles in SSO based application while supporting multiple SP (sso clients) I am working on a SSO based architecture by using CAS protocol. How do I manage roles across different SP (Service Providers) for the same user.…
user1060418
  • 215
  • 1
  • 3
  • 15
1
vote
0 answers

How can resolve Shibboleth error: Invalid Attribute Id

I integrated Siteminder with shibboleth using SAML2. In the saml2 response, in the Assertion section, I have the double "Id" : In the shibboleth I've the following error: Invalid attribute Id. It's possibile to ignore the attribute "Id"? I am not…
user880386
  • 2,737
  • 7
  • 33
  • 41
1
vote
1 answer

Shibboleth 3.x URL Redirection Failing

I'm setting up my first Shibboleth 3.x app running under IIS (Windows Server 2019), and have run into a roadblock. It's a vendor's app, and not something I coded myself. I've currently got things configured so that users can authenticate and log in…
Rick
  • 245
  • 3
  • 13
0
votes
0 answers

How to submit a shibboleth-protected WEB page from code using a POST call

High-level summary My goal is to do a POST call from my code to submit a request through a web server that requires Shibboleth authentication. At the moment I am fine to just collect the BASE64 SAML Request value manually, and then authenticate as…
Mauro Minella
  • 91
  • 2
  • 10
1
2 3