You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preAuthorizedCodeLifespanHelp=The lifespan of the pre-authorized code in seconds.
3607
+
preAuthorizedCodeLifespanHelp=The lifespan of the pre-authorized code.
3608
3608
oid4vciFormValidationError=Please ensure the OID4VCI attribute fields are filled with values 30 seconds or greater.
3609
+
signedIssuerMetadata=Signed Issuer Metadata
3610
+
signedIssuerMetadataHelp=Enable signing of the issuer metadata. When enabled, the issuer metadata will be signed using the configured signing algorithm.
3611
+
signedMetadataLifespan=Signed Metadata Lifespan
3612
+
signedMetadataLifespanHelp=The lifetime of the signed metadata. After this time, the signed metadata will expire.
signedMetadataSigningAlgorithmHelp=The algorithm used to sign the issuer metadata. This ensures the integrity and authenticity of the metadata.
3615
+
requireEncryption=Require Encryption
3616
+
requireEncryptionHelp=If enabled, encryption is required for credential requests. Clients must encrypt their requests using the supported encryption algorithms.
3617
+
enableDeflateCompression=Enable DEF compression
3618
+
enableDeflateCompressionHelp=If enabled, the DEF compression algorithm is supported for credential requests. This allows clients to compress their requests to reduce payload size.
3619
+
batchIssuanceSize=Batch Issuance Size
3620
+
batchIssuanceSizeHelp=The maximum number of credentials that can be issued in a single batch request. This helps manage server load and response times.
timeClaimsStrategy=Strategy to apply to time claims
3623
+
timeClaimsStrategyHelp=Strategy to apply to time claims. Supported values: off, randomize, round.
3624
+
randomizeWindow=Randomize Window
3625
+
randomizeWindowHelp=When strategy is randomize, subtract a random number of seconds between 0 and the value of this attribute from the original timestamp to mitigate correlation attacks.
3626
+
roundUnit=Round Unit
3627
+
roundUnitHelp=When strategy is round, truncate timestamps to the selected unit boundary (UTC). Supported values: SECOND, MINUTE, HOUR, DAY.
3628
+
randomize=Randomize
3629
+
round=Round
3630
+
second=Second
3631
+
day=Day
3632
+
attestationTrust=Attestation Trust
3633
+
trustedKeyIds=Trusted Key IDs
3634
+
trustedKeyIdsHelp=Comma-separated list of Key IDs (kid) from the realm keystore. These keys are trusted for validating wallet attestations.
3635
+
trustedKeys=Trusted Keys (JSON)
3636
+
trustedKeysHelp=A JSON array of JWK objects. These keys are trusted for validating wallet attestations in addition to realm keys.
3609
3637
# OID4VCI Credential Configuration
3610
3638
credentialConfigurationId=Credential Configuration ID
3611
3639
credentialConfigurationIdHelp=The unique identifier for this credential configuration. This ID is used in the credential issuer metadata and credential requests.
0 commit comments