Advertisement
pdube

Untitled

Dec 10th, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1.  
  2. {
  3. "port":8099,
  4. "localhost_only":true,
  5. "time_out_in_seconds":0,
  6. "use_client_authentication_for_pat":true,
  7. "use_client_authentication_for_aat":true,
  8. "trust_all_certs":true,
  9. "trust_store_path":"",
  10. "trust_store_password":"",
  11. "license_id":"787a00fb-d30d-41ac-a940-e5f55741109c",
  12. "public_key":"FwYEdem9J46+QLwBp0eLSkm2GkCQPvHtPMZmB8cckYe6Adm1907KvEDrTgZUZgoAB4aTb0SIkfpxqUg8Ss3uaivFZo3YdSw8X6wCI+/Zgzxa9c73cLV8e0WfZT/eZcII+G9fQ2zyE9MSTBsCZDbVohf2M/iMyuzUDbsUoWCS+/5DKNKhSnWfUsi5/rt+XJimoxI4P9g0YeQUZZh+WcRKqFWWyvgNX2q10MV8zsqDb+jtLX47H915SJp22ArGmWM1vHH6uxD0jQxsQTAxLze/aRxl5sM3smOjnu4BsOYGnsdF1CewKWh0eqUJ1tuSB/ngnlTZcJAGExJI+UkeH3duOBpRvT2Z3zsRZGE/OaSB6kUH0UjfKkbVnOsf3G/briw83uhJ+B2B/6SV6DfhzE0W5A==",
  13. "public_password":"HbRyxli7CNSJvaAt2Rp3",
  14. "license_password":"ZYvlKCOXslI9xz5wGxQx",
  15. "support-google-logout": true,
  16. "state_expiration_in_minutes":5,
  17. "nonce_expiration_in_minutes":5
  18. }
  19.  
  20. {
  21. "op_host":"idp.freetrust.org",
  22. "authorization_redirect_uri":"https://fr33id.org/",
  23. "post_logout_redirect_uri":"",
  24. "redirect_uris":["https://fr33id.org/"],
  25. "response_types":["code"],
  26. "grant_type":["authorization_code"],
  27. "acr_values":[""],
  28. "scope":["openid", "profile", "email"],
  29. "ui_locales":["en"],
  30. "claims_locales":["en"],
  31. "client_jwks_uri":"",
  32. "contacts":[]
  33. }
  34.  
  35.  
  36. 2016-12-10 13:22:49,326 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client.
  37. 2016-12-10 13:22:49,505 ERROR [org.xdi.oxd.server.op.RegisterSiteOperation] ClientId: null, clientSecret: null
  38. 2016-12-10 13:22:49,505 ERROR [org.xdi.oxd.server.op.RegisterSiteOperation] Value of one or more redirect_uris is invalid.
  39. 2016-12-10 13:22:49,506 ERROR [org.xdi.oxd.server.op.RegisterSiteOperation] Failed to register client for site. Details:{"error":"invalid_redirect_uri","error_description":"Value of one or more redirect_uris is invalid."}
  40. java.lang.RuntimeException: Failed to register client for site. Details:{"error":"invalid_redirect_uri","error_description":"Value of one or more redirect_uris is invalid."}
  41. at org.xdi.oxd.server.op.RegisterSiteOperation.registerClient(RegisterSiteOperation.java:230)
  42. at org.xdi.oxd.server.op.RegisterSiteOperation.persistSiteConfiguration(RegisterSiteOperation.java:184)
  43. at org.xdi.oxd.server.op.RegisterSiteOperation.execute(RegisterSiteOperation.java:60)
  44. at org.xdi.oxd.server.op.RegisterSiteOperation.execute(RegisterSiteOperation.java:37)
  45. at org.xdi.oxd.server.Processor.process(Processor.java:80)
  46. at org.xdi.oxd.server.Processor.process(Processor.java:55)
  47. at org.xdi.oxd.server.SocketProcessor.run(SocketProcessor.java:60)
  48. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  49. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  50. at java.lang.Thread.run(Thread.java:745)
  51. 2016-12-10 13:22:49,561 TRACE [org.xdi.oxd.server.Processor] Send back response: {"status":"error","data":{"error":"internal_error","error_description":"Unknown internal server error occurs."}}
  52. 2016-12-10 13:22:49,562 ERROR [org.xdi.oxd.server.SocketProcessor] Quit. Enable to process command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement