Closed msirkovsky-moodys closed 1 year ago
Hi @msirkovsky-moodys , the IdToken
is usually a binding expression which refers to your JWT token, such as {query.token}
.
We will improve our doc to address the issue.
The doc SignalR input binding attributes has been updated.
Hi,
is there any documentation or example of how to use ClaimTypeList & IdToken from SignalRConnectionInfoAttribute in isolated worker process functions?
I want to add claims from my JWT token to the SignalR access token that is generated when the negotiate function is called.
The code to illustrate my intentions:
Thanks.