Example 13523

Auth Config

Authentication and authorization settings.

{
provider: "saml"
# Token settings
jwt: {
secret_key: "U4DSkG3T3TwDP4Mk16B9F4pfjz0Uqe3O"
algorithm: "ES256"
expiry: "15m"
refresh_expiry: "7d"
}

# OAuth provider
oauth: {
client_id: "7ERhYcL5dPxxGW3UzUuCfo6q"
authorize_url: "https://auth.trusty-tooth.name/authorize"
token_url: "https://auth.secondary-window.net/token"
scopes: [
"openid"
"profile"
"email"
]
}

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

See also