We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e403f63 commit 572f962Copy full SHA for 572f962
tokenExchange/src/app/tokenGen.js
@@ -56,7 +56,7 @@ function getTokenComponent(decodedToken, keyId) {
56
source.channel = decodedToken.source.channel;
57
source.details = decodedToken.source.details;
58
payload.source = source;
59
- if(decodedToken.source.type === 'TPP'){
+ if(decodedToken.source.channel === 'TPP'){
60
payload.retrievalId = decodedToken.retrievalId;
61
}
62
0 commit comments