PodWarden
User ManualPodWarden

Settings: System

System configuration including SMTP email and OIDC single sign-on

PodWarden system settings page showing SMTP and OIDC configuration
System settings — configure email notifications and single sign-on

What you see

URL: /settings (System tab)

The System tab under Settings contains core configuration for email notifications and single sign-on. This is the first tab in the settings page.

Fields

SMTP configuration

FieldDescription
SMTP hostHostname of the mail server (e.g. smtp.gmail.com)
SMTP portPort number (e.g. 587 for STARTTLS, 465 for SSL)
From addressThe email address that appears in the "From" field
UsernameSMTP authentication username
PasswordSMTP authentication password (stored encrypted)

OIDC configuration

FieldDescription
Issuer URLThe OpenID Connect discovery URL (e.g. https://sso.example.com/realms/myrealm)
Client IDThe OIDC client identifier registered with your identity provider
Client secretThe OIDC client secret (stored encrypted)

Available actions

ActionWhat it does
SavePersists all changes to the system configuration
Test SMTPSends a test email to verify the SMTP settings are correct. Reports success or the error message from the mail server
Test OIDCAttempts to fetch the OIDC discovery document from the issuer URL and validates the client credentials. Reports success or the specific error

Notes

  • OIDC configuration is required for the Sign in with SSO button to appear on the login page.
  • SMTP configuration is optional. Without it, PodWarden cannot send email notifications.
  • Changes to OIDC settings take effect immediately -- no restart required.

Related docs