KEYCLOAK-2738
This commit is contained in:
parent
f21cede378
commit
4ed1061487
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ public class RefreshToken extends AccessToken {
|
|||
this.issuedFor = token.issuedFor;
|
||||
this.sessionState = token.sessionState;
|
||||
this.nonce = token.nonce;
|
||||
this.audience = token.audience;
|
||||
if (token.realmAccess != null) {
|
||||
realmAccess = token.realmAccess.clone();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue