Example 12439

Auth Config

Authentication and authorization settings.

{
provider: "saml"
# Token settings
jwt: {
secret_key: "WfZ8BMVdxJiVgHdZlQbEpMuDU2AUHCL7"
algorithm: "ES256"
expiry: "1h"
refresh_expiry: "7d"
}

# OAuth provider
oauth: {
client_id: "QI4zVGQflKHTzUxFyvCQVEGL"
authorize_url: "https://auth.glaring-knuckle.name/authorize"
token_url: "https://auth.ample-charlatan.name/token"
scopes: [
"openid"
"profile"
"email"
]
}

session: {
store: "memory"
cookie_name: "sid"
secure: true
http_only: true
}
}

See also