Skip to content

docs: network hardening - #2654

Open
staaldraad wants to merge 1 commit into
masterfrom
etienne/prodsec-231
Open

docs: network hardening#2654
staaldraad wants to merge 1 commit into
masterfrom
etienne/prodsec-231

Conversation

@staaldraad

Copy link
Copy Markdown
Member

What kind of change does this PR introduce?

Docs update

What is the current behavior?

External provider configuration must be flexible, however this does add some risk. Limiting the endpoints Auth can reach is best done at the infrastructure layer.

What is the new behavior?

Adds documentation calling out the need for network hardening.

Additional context

Auth is deliberately not prescriptive in the endpoints that can be configured. Self hosting Auth might mean you want SAML metadata to be fetched from an internal endpoint (localhost or RFC1918 network). The best protection for this is always at the network layer, it helps prevent DNS rebinding attacks, IP address encoding bypasses of allow lists etc.

External provider configuration must be flexible, however this does add
some risk. Limiting the endpoints Auth can reach is best done at the
infrastructure layer. Adds documentation calling this out.
@staaldraad
staaldraad requested a review from a team as a code owner July 29, 2026 10:09
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.

2 participants