Example 8638
Auth Config
Authentication and authorization settings.
{
provider: "saml"
# Token settings
jwt: {
secret_key: "vuB8DYINuPvzTYg79qR1obeWUbhEaUI7"
algorithm: "RS256"
expiry: "15m"
refresh_expiry: "7d"
}
# OAuth provider
oauth: {
client_id: "VDmGr7hyI2MIUn12YpEt7DeO"
authorize_url: "https://auth.made-up-waist.org/authorize"
token_url: "https://auth.alert-hammock.biz/token"
scopes: [
"openid"
"profile"
"email"
]
}
session: {
store: "memory"
cookie_name: "sid"
secure: true
http_only: true
}
}