Skip to content

Commit 742654a

Browse files
committed
progress on iframe/silent renew
1 parent 5299440 commit 742654a

21 files changed

+905
-250
lines changed

dist/IdentityModel.js

Lines changed: 280 additions & 38 deletions
Large diffs are not rendered by default.

sample/oidc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function genIdToken(aud, nonce, access_token) {
6363
aud : aud,
6464
iss : metadata.issuer,
6565
nonce : nonce,
66-
sid : Math.random(),
66+
sid : "37889234079034890",
6767
nbf : now,
6868
iat : now,
6969
exp : now + 300,

0 commit comments

Comments
 (0)