Skip to content

Commit

Permalink
property rename (#1107)
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Rana <sacrana324@gmail.com>
  • Loading branch information
sacrana0 authored Jan 16, 2025
1 parent 1aa0f5d commit 5486281
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,9 @@ mosip.esignet.ui.config.key-values={'sbi.env': '${mosip.esignet.authenticator.id
#mosip.esignet.integration.audit-plugin=LoggerAuditService
#mosip.esignet.integration.key-binder=NoOpKeyBinder

mosip.esignet.jwt.leeway-seconds=5

# leeway given in verfication of client assertion: exp and nbf field
mosip.esignet.client-assertion-jwt.leeway-seconds=5

## Validation schema files
mosip.esignet.claims.schema.url=classpath:/verified_claims_request_schema.json
mosip.esignet.claims.schema.url=classpath:/verified_claims_request_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class TokenServiceImpl implements TokenService {
@Value("#{${mosip.esignet.credential.scope-resource-mapping}}")
private Map<String, String> scopesResourceMapping;

@Value("${mosip.esignet.jwt.leeway-seconds:5}")
@Value("${mosip.esignet.client-assertion-jwt.leeway-seconds:5}")
private int maxClockSkew;

private static Set<String> REQUIRED_CLIENT_ASSERTION_CLAIMS;
Expand Down

0 comments on commit 5486281

Please sign in to comment.