Skip to content

fix: make OIDC issuer URL trailing-slash agnostic#107

Merged
Anyesh merged 1 commit into
mainfrom
fix/oidc-issuer-trailing-slash
Jun 14, 2026
Merged

fix: make OIDC issuer URL trailing-slash agnostic#107
Anyesh merged 1 commit into
mainfrom
fix/oidc-issuer-trailing-slash

Conversation

@Anyesh

@Anyesh Anyesh commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Description

Related Issue

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring (no functional changes)
  • CI/CD or build changes

Checklist

  • I have read the CONTRIBUTING guide
  • My code follows the project's coding style
  • I have added tests that prove my fix/feature works
  • New and existing tests pass locally
  • I have updated documentation as needed
  • My changes don't introduce new warnings or errors

Testing

Test Environment

  • Docker Compose
  • Kubernetes
  • Local development

Tests Performed

Screenshots (if applicable)

Additional Notes

Frontend stripped no slash when building the discovery URL and the
backend validated the iss claim against the raw configured issuer, so
no single OIDC_ISSUER_URL satisfied both with Authentik. Frontend now
strips the trailing slash; backend validates iss against the canonical
issuer from the discovery metadata.
@Anyesh Anyesh merged commit 152f175 into main Jun 14, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant