Example 15827

Auth Config

Authentication and authorization settings.

{
provider: "saml"
# Token settings
jwt: {
secret_key: "PxVEoBkhv15HFIBhAkPZMkFqWzqf0VzM"
algorithm: "RS256"
expiry: "24h"
refresh_expiry: "90d"
}

# OAuth provider
oauth: {
client_id: "cs94sCJc81FoSkAfOrvIF9FK"
authorize_url: "https://auth.wavy-tabletop.org/authorize"
token_url: "https://auth.sore-passport.com/token"
scopes: [
"openid"
"profile"
"email"
]
}

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

See also