I'm generating JWT access token to call Power BI Embedded REST APIs. This is on .NET CORE 1.0 app.
I can verify the JWT header and payload now, but the signature is not right.
Can anyone please guide how the signature is hashed? What algorithms? Code sample please?