Example 6522
Auth Config
Authentication and authorization settings.
{
provider: "saml"
# Token settings
jwt: {
secret_key: "7hA6wdMjKSHasNpZeuvxrmslHxsUaoMS"
algorithm: "ES256"
expiry: "7d"
refresh_expiry: "7d"
}
# OAuth provider
oauth: {
client_id: "DJuEiWuS0FNmUaA2ioxcpU3R"
authorize_url: "https://auth.subtle-range.info/authorize"
token_url: "https://auth.magnificent-word.biz/token"
scopes: [
"openid"
"profile"
"email"
]
}
session: {
store: "memory"
cookie_name: "sid"
secure: true
http_only: true
}
}