Advertisement
Guest User

sample

a guest
Jan 22nd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. [
  2. {
  3. "client_id": "payments.system.parcelshere.com",
  4. "client_name": "Payment Services",
  5. "redirect_uris": [
  6. "/payments"
  7. ],
  8. "grant_types": [
  9. "authorization_code",
  10. "refresh_token",
  11. "client_credentials",
  12. "implicit"
  13. ],
  14. "response_types": [
  15. "token",
  16. "code",
  17. "id_token"
  18. ],
  19. "scope": "system_payments",
  20. "audience": [],
  21. "owner": "system",
  22. "policy_uri": "",
  23. "allowed_cors_origins": [],
  24. "tos_uri": "",
  25. "client_uri": "",
  26. "logo_uri": "https://img-dev.parcelshere.com/p/ph_l.pn",
  27. "contacts": [],
  28. "client_secret_expires_at": 0,
  29. "subject_type": "public",
  30. "jwks": {
  31. "keys": null
  32. },
  33. "token_endpoint_auth_method": "client_secret_basic",
  34. "userinfo_signed_response_alg": "none"
  35. },
  36. {
  37. "client_id": "retailer.business.system.parcelshere.com",
  38. "client_name": "Business Mobile Access",
  39. "redirect_uris": [
  40. "/bsi01_gb01"
  41. ],
  42. "grant_types": [
  43. "authorization_code",
  44. "refresh_token",
  45. "client_credentials",
  46. "implicit"
  47. ],
  48. "response_types": [
  49. "token",
  50. "code",
  51. "id_token"
  52. ],
  53. "scope": "offline business_profile business_instant",
  54. "audience": [],
  55. "owner": "system",
  56. "policy_uri": "",
  57. "allowed_cors_origins": [],
  58. "tos_uri": "",
  59. "client_uri": "",
  60. "logo_uri": "https://img-dev.parcelshere.com/p/ph_l.pn",
  61. "contacts": [],
  62. "client_secret_expires_at": 0,
  63. "subject_type": "public",
  64. "jwks": {
  65. "keys": null
  66. },
  67. "token_endpoint_auth_method": "client_secret_basic",
  68. "userinfo_signed_response_alg": "none"
  69. },
  70. {
  71. "client_id": "web.system.parcelshere.com",
  72. "client_name": "Web Access",
  73. "redirect_uris": [
  74. "https://accounts.parcelshere.com"
  75. ],
  76. "grant_types": [
  77. "authorization_code",
  78. "refresh_token",
  79. "client_credentials",
  80. "implicit"
  81. ],
  82. "response_types": [
  83. "token",
  84. "code",
  85. "id_token"
  86. ],
  87. "scope": "openid offline user user_readonly",
  88. "audience": [],
  89. "owner": "system",
  90. "policy_uri": "",
  91. "allowed_cors_origins": [],
  92. "tos_uri": "",
  93. "client_uri": "",
  94. "logo_uri": "https://img-dev.parcelshere.com/p/ph_l.pn",
  95. "contacts": [],
  96. "client_secret_expires_at": 0,
  97. "subject_type": "public",
  98. "jwks": {
  99. "keys": null
  100. },
  101. "token_endpoint_auth_method": "client_secret_basic",
  102. "userinfo_signed_response_alg": "none"
  103. },
  104. {
  105. "client_id": "locker.support.system.parcelshere.com",
  106. "client_name": "Locker Support Services",
  107. "redirect_uris": [
  108. "/support"
  109. ],
  110. "grant_types": [
  111. "authorization_code",
  112. "refresh_token",
  113. "client_credentials",
  114. "implicit"
  115. ],
  116. "response_types": [
  117. "token",
  118. "code",
  119. "id_token"
  120. ],
  121. "scope": "locker_support",
  122. "audience": [],
  123. "owner": "system",
  124. "policy_uri": "",
  125. "allowed_cors_origins": [],
  126. "tos_uri": "",
  127. "client_uri": "",
  128. "logo_uri": "https://img-dev.parcelshere.com/p/ph_l.pn",
  129. "contacts": [],
  130. "client_secret_expires_at": 0,
  131. "subject_type": "public",
  132. "jwks": {
  133. "keys": null
  134. },
  135. "token_endpoint_auth_method": "client_secret_basic",
  136. "userinfo_signed_response_alg": "none"
  137. },
  138. {
  139. "client_id": "mobile.business.system.parcelshere.com",
  140. "client_name": "Business Mobile Access",
  141. "redirect_uris": [
  142. "/bsi01_gb01"
  143. ],
  144. "grant_types": [
  145. "authorization_code",
  146. "refresh_token",
  147. "client_credentials",
  148. "implicit"
  149. ],
  150. "response_types": [
  151. "token",
  152. "code",
  153. "id_token"
  154. ],
  155. "scope": "offline business_profile business_instant",
  156. "audience": [],
  157. "owner": "system",
  158. "policy_uri": "",
  159. "allowed_cors_origins": [],
  160. "tos_uri": "",
  161. "client_uri": "",
  162. "logo_uri": "https://img-dev.parcelshere.com/p/ph_l.pn",
  163. "contacts": [],
  164. "client_secret_expires_at": 0,
  165. "subject_type": "public",
  166. "jwks": {
  167. "keys": null
  168. },
  169. "token_endpoint_auth_method": "client_secret_basic",
  170. "userinfo_signed_response_alg": "none"
  171. }
  172. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement