Example 12733
Auth Config
Authentication and authorization settings.
{
provider: "saml"
# Token settings
jwt: {
secret_key: "VX67rZxldd2dmV2BXvSQTwGiB0wQ6gqX"
algorithm: "HS256"
expiry: "15m"
refresh_expiry: "90d"
}
# OAuth provider
oauth: {
client_id: "Eff9mVU9M9RB6TUQspSMalds"
authorize_url: "https://auth.grandiose-optimal.biz/authorize"
token_url: "https://auth.pushy-shore.biz/token"
scopes: [
"openid"
"profile"
"email"
]
}
session: {
store: "database"
cookie_name: "sid"
secure: true
http_only: true
}
}