Runtime configuration

Manage OIDC client settings

Update the values stored in config.sqlite without restarting the server. Clearing a field removes it from the database so the app falls back to defaults or environment variables.

Runtime snapshot

Values currently used by the OIDC client and Express server.

Issuer URL
https://auth.uat-eecsso.eeco.or.th
Client ID
351724741586915216
Client Secret
tDPy5aqghPFsndIqpdY00y8I7n4PAACCRj7x2EuBzh1ss8xaapizwJ4gfS1ui3eY
Session Secret
P@ssw0rdS3cr3t!
Scopes
openid profile email offline_access
Port
3000
Base URL
https://oidc-demo.eec003.bu8-sd.com
Redirect URI
https://oidc-demo.eec003.bu8-sd.com/callback
Post Logout Redirect URI
https://oidc-demo.eec003.bu8-sd.com
Token Endpoint Auth Method
client_secret_post

Edit configuration

Changes are persisted to SQLite and take effect immediately.

Leave a field empty to remove it from the database.

OIDC issuer base URL used for discovery.
Your application identifier registered with the IdP.
Secret for confidential clients. Leave blank for public clients.
Used to encrypt session cookies. Restart required after changes.
Space-separated scopes requested during authorization.
Port Express listens on. Restart required after changes.
Public base URL of this demo (e.g., http://localhost:3000).
Callback URL registered with your provider.
Where to send the browser after RP-initiated logout.
client_secret_post, client_secret_basic, or none.