Welcome Guest, Not a member yet? Register   Sign In
creating a json structure
#1

I am using fusionAuth. The way it works is that I need to create a json structure called a request, Here is an example of one. Any idea how to create one in CI? 

Code:
{
  "applicationId": "10000000-0000-0002-0000-000000000001",
  "loginId": "[email protected]",
  "state": {
    "client_id": "10000000-0000-0002-0000-000000000001",
    "redirect_uri": "https://piedpiper.com/callback",
    "response_type": "code",
    "scope": "openid",
    "state": "CSRF123"
  }
}
proof that an old dog can learn new tricks
Reply


Messages In This Thread
creating a json structure - by richb201 - 09-24-2020, 01:05 PM
RE: creating a json structure - by InsiteFX - 09-24-2020, 02:17 PM
RE: creating a json structure - by nc03061981 - 09-24-2020, 05:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB