Skip to content

Commit

Permalink
property rename (#1105)
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Rana <[email protected]>
  • Loading branch information
sacrana0 authored Jan 15, 2025
1 parent 4225fb5 commit e71d278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,4 +423,6 @@ 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
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 e71d278

Please sign in to comment.