-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
After updating to 1.0.1, none of my claims are being included in the access token that is generated in the negotiate request. Here's the token I'm getting now:
{
"asrs.s.aut": "AuthenticationTypes.Federation",
"nbf": 1539897555,
"exp": 1539901155,
"iat": 1539897555,
"aud": "https://(removed).service.signalr.net/client/?hub=(removed)"
}With 1.0.0 the access token would contain all of my claims, with the only difference being an additional aud pointing to the SignalR service.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working