Discussions

Ask a Question
Back to All

Creating Json Web Token

We are writing an SSO for a third party integration that does not support OAuth 2.0. We need to create a json web token in our C# iPart. Is there a recommended way to create them in iMIS? We are currently trying using the SymmetricSecurityKey class but iMIS does not seem to play well with it.