RedirectUris: Casdoor will navigate to one of the URIs if the user logged in successfully.
ForcedRedirectOrigin: Force redirect to a specific origin after authentication.
GrantTypes: Supported OAuth grant types.
TokenFormat: The format of the generated token. It can be in the following formats: JWT (containing all User fields), JWT-Empty (containing all non-empty values) or JWT-Custom customizing User fields inside access token. When using JWT-Custom, each attribute includes a Type field (Array or String) to control how values are returned in the token.
TokenSigningMethod: Algorithm used to sign tokens (e.g., RS256, HS256).
TokenFields: Custom fields to include in the token.
TokenAttributes: Custom JWT attributes to include in tokens.
ExpireInHours: Login will expire after hours.
RefreshExpireInHours: Time in hours before refresh tokens expire.
CookieExpireInHours: Session timeout in hours (default: 720 hours / 30 days). Controls how long users stay logged in via session cookies. When users log in without selecting "Remember me", the session is capped at 24 hours for security. If set to 0, uses the default of 720 hours.
EnableSamlCompress: Enable compression for SAML requests and responses.
EnableSamlC14n10: Enable C14N 1.0 canonicalization for SAML.
EnableSamlPostBinding: Use POST binding instead of GET for SAML responses.
DisableSamlAttributes: Disable sending user attributes in SAML responses (only sends NameID).
EnableSamlAssertionSignature: Enable digital signatures for SAML assertions. When disabled, only the response envelope is signed while maintaining compatibility with service providers that don't support assertion signatures.
UseEmailAsSamlNameId: Use user's email as the SAML NameID instead of username.
SamlReplyUrl: The ACS (Assertion Consumer Service) URL for SAML responses.
SamlAttributes: Custom SAML attributes to include in the response.
SamlHashAlgorithm: Hash algorithm for SAML signatures (e.g., SHA256).