Appearance
1437 - Auth Config
Authentication and authorization settings. This is an example of a MAML document.
maml
{
provider: "saml"
# Token settings
jwt: {
secret_key: "LhM0NOYvgERb0ptgaTSeu8puMM3diSwX"
algorithm: "HS256"
expiry: "24h"
refresh_expiry: "30d"
}
# OAuth provider
oauth: {
client_id: "NKmZEA4giZ5DuqiZ7WSidvgO"
authorize_url: "https://auth.hot-mom.name/authorize"
token_url: "https://auth.stale-tool.info/token"
scopes: [
"openid"
"profile"
"email"
]
}
session: {
store: "memory"
cookie_name: "sid"
secure: true
http_only: true
}
}