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.

identity_providers-example.json 406B

1234567891011121314151617
  1. {
  2. "identityProviders": [
  3. {
  4. "key": "bitbucket",
  5. "name": "Bitbucket",
  6. "iconPath": "/static/authbitbucket/bitbucket.svg",
  7. "backgroundColor": "#205081",
  8. "helpMessage": "You need an existing account on bitbucket.com"
  9. },
  10. {
  11. "key": "github",
  12. "name": "Github",
  13. "iconPath": "/static/authgithub/github.svg",
  14. "backgroundColor": "#444444"
  15. }
  16. ]
  17. }