-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
User story
As a user, I would like to depend as little on third-party dependencies as possible. For this reason, I would like to move from Newtonsoft.Json to System.Text.Json.
Proposed solution
Replace Newtonsoft.Json with System.Text.Json
Alternatives considered
N/a
Additional information
I believe that this issue (#515) would not be present if we were referencing System.Text.Json. Likewise, I've had a hard time with that particular issue in the code. Something about Newtonsoft with the Okta client is giving me a ton of problems, even after downgrading, making me think we would be better migrating off of it.
rcollette and m-e-lloyd