META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sso-sdk Show documentation
Show all versions of sso-sdk Show documentation
sso resource sdk for pigx
{
"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."
}
]
}