spring-projects / spring-projects/spring-security

build.shibboleth.net returning 403 — OpenSAML dependencies unresolvable

Open
#19,081 10 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status: waiting-for-triage
Dominant language
Java
Stars
9.6k
Forks
6.3k
Avg merge
2d 11h
Merged PRs (30d)
52

Description

Description

As of April 15, 2026, build.shibboleth.net is returning HTTP 403 Forbidden for all requests, making it impossible to resolve OpenSAML dependencies required for Spring Security SAML support.

Affected URLs

All paths under build.shibboleth.net return 403:

$ curl -s -o /dev/null -w "%{http_code}" https://build.shibboleth.net/maven/releases/
403

$ curl -s -o /dev/null -w "%{http_code}" https://build.shibboleth.net/maven/releases/org/opensaml/opensaml-saml-impl/4.3.2/opensaml-saml-impl-4.3.2.pom
403

$ curl -s -o /dev/null -w "%{http_code}" https://build.shibboleth.net/
403
What we have verified
  • Tested from multiple networks (wired broadband + mobile data) — same 403 from all
  • All other Maven repositories (Maven Central, Gradle Plugin Portal, Spring) are working normally
  • The old Nexus URL (/nexus/content/repositories/releases/) redirects (302) to the new path (/maven/releases/) which also returns 403
  • No announcement found on Shibboleth wiki or mailing list archives
  • At least one other report found today: Azure DevOps pipeline failing with same 403
Impact

This is the single-point-of-failure scenario previously discussed in #11966 and #14286.

Questions to the community
  • Is anyone else experiencing this right now? We would like to understand how widespread this is.
  • Does anyone have more context on whether this is a temporary outage, planned maintenance, or a policy change on Shibboleth side?
  • Are there any alternative mirrors for OpenSAML artifacts?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the HTTP 403 responses for the listed build.shibboleth.net Maven URLs and review the references to issues #11966 and #14286. The issue names no repository files or tests, and completion is not defined beyond determining the outage context or an alternative source for OpenSAML artifacts.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring
Domain
build-system, security
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.