META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
The newest version!
{
"license": [
"Licensed under the Apache License, Version 2.0 (the \"License\");",
"you may not use this file except in compliance with the License.",
"You may obtain a copy of the License at",
"",
" http://www.apache.org/licenses/LICENSE-2.0",
"",
"Unless required by applicable law or agreed to in writing, software",
"distributed under the License is distributed on an \"AS IS\" BASIS,",
"WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
"See the License for the specific language governing permissions and",
"limitations under the License."
],
"properties": [
{
"name": "io.service84.library.standardauth.jwtaf.url",
"type": "java.lang.String",
"description": "URL of the JWT provider"
},
{
"name":"io.service84.library.standardauth.jwtaf.issuer",
"type": "java.lang.String",
"description": "An optional override of the issuer hostname"
},
{
"name": "io.service84.clients.apikey.url",
"type": "java.lang.String",
"description": "The Base Path for the API Key Service"
},
{
"name": "io.service84.clients.impersonation.url",
"type": "java.lang.String",
"description": "The Base Path for the Impersonation Service"
},
{
"name": "io.service84.clients.permission.url",
"type": "java.lang.String",
"description": "The Base Path for the Permission Service"
},
{
"name": "io.service84.services.authorization.seconds_to_cache",
"type": "java.lang.String",
"description": "The seconds that public keys may be cached."
},
{
"name": "io.service84.services.authorization.jwt_max_duration",
"type": "java.lang.String",
"description": "System Limit on the Duration a JWT can be Valid"
},
{
"name": "io.service84.services.authorization.bootstrap_grace_period",
"type": "java.lang.String",
"description": "Seconds before expiration to renew the Bootstrap Authorization Token"
},
{
"name": "io.service84.services.authorization.issuer",
"type": "java.lang.String",
"description": "The issuer claimed on tokens generated by the service"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy