Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. {
  2. "name": "oidc_client",
  3. "label": "nike.dataplatform.testapp",
  4. "signOnMode": "OPENID_CONNECT",
  5. "credentials": {
  6. "oauthClient": {
  7. "client_id": "nike.dataplatform.testapp",
  8. "token_endpoint_auth_method": "none"
  9. }
  10. },
  11. "settings": {
  12. "oauthClient": {
  13. "grant_types": [
  14. "implicit",
  15. "authorization_code",
  16. "client_credentials",
  17. "refresh_token"
  18. ],
  19. "redirect_uris": [
  20. "https://nxtdata.nike.com/redirect.html"
  21. ],
  22. "response_types": [
  23. "token",
  24. "id_token",
  25. "code"
  26. ],
  27. "application_type": "native"
  28. }
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement