Example 5340

Auth Config

Authentication and authorization settings.

{
provider: "saml"
# Token settings
jwt: {
secret_key: "fb24ZT9sEG02vXc7v5E6ULu2R9pH8vhF"
algorithm: "ES256"
expiry: "7d"
refresh_expiry: "30d"
}

# OAuth provider
oauth: {
client_id: "XfUia3kdS2ht4MTpuXf4U2N5"
authorize_url: "https://auth.colorless-fax.info/authorize"
token_url: "https://auth.content-gallery.info/token"
scopes: [
"openid"
"profile"
"email"
]
}

session: {
store: "memory"
cookie_name: "sid"
secure: true
http_only: true
}
}

See also