Example 14237

Auth Config

Authentication and authorization settings.

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

# OAuth provider
oauth: {
client_id: "TJwLaBTOtOAQWX8OSOrdwAdZ"
authorize_url: "https://auth.foolish-championship.info/authorize"
token_url: "https://auth.unwelcome-fuel.net/token"
scopes: [
"openid"
"profile"
"email"
]
}

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

See also