Example 12229
Auth Config
Authentication and authorization settings.
{
provider: "saml"
# Token settings
jwt: {
secret_key: "NkPLzAQ1ig1T2OTrbM03keOMBQB2Mh4c"
algorithm: "ES256"
expiry: "15m"
refresh_expiry: "7d"
}
# OAuth provider
oauth: {
client_id: "C6ZW25lwiZrpBbngEjpyib38"
authorize_url: "https://auth.lean-soup.org/authorize"
token_url: "https://auth.biodegradable-precedent.name/token"
scopes: [
"openid"
"profile"
"email"
]
}
session: {
store: "database"
cookie_name: "sid"
secure: true
http_only: true
}
}