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
Copy file name to clipboardExpand all lines: libs/perun/services/src/lib/auth.service.ts
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,10 @@ export class AuthService {
37
37
38
38
getClientConfig(): AuthConfig{
39
39
constfilterValue=this.setIdpFilter();
40
+
41
+
//The window of time (in seconds) to allow the current time to deviate when validating id_token's iat and exp values. Default value is 10 minutes. This set it up to 1 sec.
0 commit comments