Example 5533
Auth Config
Authentication and authorization settings.
{
provider: "saml"
# Token settings
jwt: {
secret_key: "Jbh9ndnE94DOjbeAuElu7VGzTApUzM5E"
algorithm: "ES256"
expiry: "1h"
refresh_expiry: "7d"
}
# OAuth provider
oauth: {
client_id: "FVeZ1XTbvsjvOTQUyNgSSCwT"
authorize_url: "https://auth.standard-disk.name/authorize"
token_url: "https://auth.vain-responsibility.com/token"
scopes: [
"openid"
"profile"
"email"
]
}
session: {
store: "database"
cookie_name: "sid"
secure: true
http_only: true
}
}