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.

oauth2_application.yml 718B

1234567891011121314151617181920
  1. -
  2. id: 1
  3. uid: 1
  4. name: "Test"
  5. client_id: "da7da3ba-9a13-4167-856f-3899de0b0138"
  6. client_secret: "$2a$10$UYRgUSgekzBp6hYe8pAdc.cgB4Gn06QRKsORUnIYTYQADs.YR/uvi" # bcrypt of "4MK8Na6R55smdCY0WuCCumZ6hjRPnGY5saWVRHHjJiA=
  7. redirect_uris: '["a", "https://example.com/xyzzy"]'
  8. created_unix: 1546869730
  9. updated_unix: 1546869730
  10. confidential_client: true
  11. -
  12. id: 2
  13. uid: 2
  14. name: "Test native app"
  15. client_id: "ce5a1322-42a7-11ed-b878-0242ac120002"
  16. client_secret: "$2a$10$UYRgUSgekzBp6hYe8pAdc.cgB4Gn06QRKsORUnIYTYQADs.YR/uvi" # bcrypt of "4MK8Na6R55smdCY0WuCCumZ6hjRPnGY5saWVRHHjJiA=
  17. redirect_uris: '["http://127.0.0.1"]'
  18. created_unix: 1546869730
  19. updated_unix: 1546869730
  20. confidential_client: false