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

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

There is a newer version: 0.1.1
Show newest version
{
  "properties": [
    {
      "type": "java.lang.String",
      "name": "oauth2.client.client-id",
      "description": "sso server client-id."
    },
    {
      "type": "java.lang.String",
      "name": "oauth2.client.client-secret",
      "description": "sso server  client-secret."
    },
    {
      "type": "java.lang.String",
      "name": "oauth2.client.user-authorization-uri",
      "description": "sso server  authorize address."
    },
    {
      "type": "java.lang.String",
      "name": "oauth2.client.access-token-uri",
      "description": "sso server  token address."
    },
    {
      "type": "java.lang.String",
      "name": "oauth2.client.redirect-uri",
      "description": "sso server redirect addr."
    },
    {
      "type": "java.lang.String",
      "name": "oauth2.client.target-uri",
      "description": "sso server target addr."
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy