ForcedRedirectOrigin: Force redirect to a specific origin after authentication.
GrantTypes: Supported OAuth grant types.
TokenFormat:生成されるトークンの形式。 次の形式であることができます:JWT(すべてのUserフィールドを含む)、JWT-Empty(すべての空でない値を含む)またはJWT-Custom アクセストークン内のUserフィールドをカスタマイズする。 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:ログインは数時間後に期限切れになります。
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).