comparison Plugin/DefaultConfiguration.json @ 73:512247750f0a

new ValidityDuration arg in create token API
author Alain Mazy <am@osimis.io>
date Fri, 03 Mar 2023 10:41:27 +0100
parents e381ba725669
children 57e98fc07ab2
comparison
equal deleted inserted replaced
72:e381ba725669 73:512247750f0a
2 "Authorization" : { 2 "Authorization" : {
3 // The Base URL of the auth webservice. This is an alias for all 3 next configurations: 3 // The Base URL of the auth webservice. This is an alias for all 3 next configurations:
4 // // "WebServiceUserProfileUrl" : " ROOT /user/get-profile", 4 // // "WebServiceUserProfileUrl" : " ROOT /user/get-profile",
5 // // "WebServiceTokenValidationUrl" : " ROOT /tokens/validate", 5 // // "WebServiceTokenValidationUrl" : " ROOT /tokens/validate",
6 // // "WebServiceTokenCreationBaseUrl" : " ROOT /tokens/", 6 // // "WebServiceTokenCreationBaseUrl" : " ROOT /tokens/",
7 // You should define it only if your auth webservice implements all 3 routes !
7 // "WebServiceRootUrl" : "http://change-me:8000/", 8 // "WebServiceRootUrl" : "http://change-me:8000/",
8 9
9 // The URL of the auth webservice route implementing user profile (optional) 10 // The URL of the auth webservice route implementing user profile (optional)
10 // (this configuration was previously named "WebService" and its old name is still accepted 11 // (this configuration was previously named "WebService" and its old name is still accepted
11 // for backward compatibility) 12 // for backward compatibility)