You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
813 B

4 years ago
  1. interactions:
  2. - request:
  3. body: ""
  4. headers:
  5. Accept:
  6. - '*/*'
  7. Accept-Encoding:
  8. - gzip, deflate
  9. Connection:
  10. - keep-alive
  11. Content-Length:
  12. - '54'
  13. Content-Type:
  14. - application/json
  15. User-Agent:
  16. - python-requests/2.21.0
  17. method: POST
  18. uri: https://dev-000000.okta.com/oauth2/v1/userinfo
  19. response:
  20. body:
  21. string: '{"sub":"agaga42hrey546","groups":["user-group"]}'
  22. headers:
  23. Cache-Control:
  24. - no-cache, no-store
  25. Content-Type:
  26. - application/json;charset=UTF-8
  27. Date:
  28. - Fri, 24 Apr 2020 02:54:39 GMT
  29. Strict-Transport-Security:
  30. - max-age=315360000
  31. Transfer-Encoding:
  32. - chunked
  33. Vary:
  34. - Accept-Encoding
  35. status:
  36. code: 200
  37. message: OK
  38. version: 1