The 1.6.56-pasturestack.x compatibility line is maintained for the matching
PastureStack Server release. Authentication-provider combinations must still
be validated by an administrator before activation.
- The console handles API credentials, cookies, authentication redirects, secrets, shell and console sessions, logs, and user-supplied content.
- OpenID Connect state, nonce, PKCE verifier, authorization code, and provider configuration are sensitive. The browser must verify state before accepting a callback, must not reuse authorization codes, and must not retain flow material after completion or failure.
- Testing a proposed OpenID Connect provider must not change the active authentication method or write an upstream access token into a browser cookie. A fresh authorization flow is required for activation.
- External identities are assigned by their exact provider, issuer, and subject. A username, display name, or email address is never an automatic account-matching key.
- Provider switching keeps access control enabled and uses short-lived, single-use proofs bound to the intended account and identity. Local recovery is restricted to an active system administrator and remains subject to MFA.
- MFA login must complete before a browser session is stored. TOTP and email challenges are rate-limited, single-use, and short-lived; email is an account-recovery channel, not an authentication factor.
- MFA enrollment, recovery-code generation, and recovery-address verification require the account holder's own authenticated session. Administrators may inspect and revoke another account's factors, but cannot create or retrieve authentication material for that account.
- Authenticator-enrollment QR codes are generated locally in the browser; a provisioning secret must never be sent to an external rendering service.
- WebAuthn requires user verification, the exact origin, a matching relying-party ID, and a non-public-suffix relying-party domain. HTTP is accepted only for a loopback test origin.
- Remote API, catalog, log, terminal, and error content must be treated as untrusted.
- Bundled browser dependencies, generated assets, and source maps require review before publication.
- Do not commit credentials, private endpoints, captured production responses, certificates, or session data.
Report suspected vulnerabilities through this repository's private security advisory channel. Do not include credentials or production data in a public issue.