Appearance
138 - Auth Config
Authentication and authorization settings. This is an example of a MAML document.
maml
{
provider: "saml"
# Token settings
jwt: {
secret_key: "4xbeNvYpevrPGYstfnVeJukxkBtH59qN"
algorithm: "RS256"
expiry: "7d"
refresh_expiry: "90d"
}
# OAuth provider
oauth: {
client_id: "C0GnveS4n7l3yFT9b4Q0WIh5"
authorize_url: "https://auth.timely-retrospectivity.com/authorize"
token_url: "https://auth.thick-moment.biz/token"
scopes: [
"openid"
"profile"
"email"
]
}
session: {
store: "memory"
cookie_name: "sid"
secure: true
http_only: true
}
}