Skip to content

Access token no longer includes user claims #235

@jeremywww

Description

@jeremywww

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions