RedirectUris: Casdoor irá navegar para uma das URIs se o usuário fizer login com sucesso.
ForcedRedirectOrigin: Force redirect to a specific origin after authentication.
GrantTypes: Supported OAuth grant types.
TokenFormat: O formato do token gerado. Pode estar nos seguintes formatos: JWT (contendo todos os campos User), JWT-Empty (contendo todos os valores não vazios) ou JWT-Custom personalizando campos User dentro do token de acesso. 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: O login expirará após horas.
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).