All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.server.user.ws.identity_providers-example.json Maven / Gradle / Ivy

There is a newer version: 7.2.1
Show newest version
{
  "identityProviders": [
    {
      "key": "bitbucket",
      "name": "Bitbucket",
      "iconPath": "/static/authbitbucket/bitbucket.svg",
      "backgroundColor": "#205081",
      "helpMessage": "You need an existing account on bitbucket.com"
    },
    {
      "key": "github",
      "name": "Github",
      "iconPath": "/static/authgithub/github.svg",
      "backgroundColor": "#444444"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy