# HG changeset patch # User Alain Mazy # Date 1678959567 -3600 # Node ID 94c5388ed30b802eaf372dedc7085f26c4a64694 # Parent a2e5ea1869bdf1e8d62651586a63691e318d0f63 doc diff -r a2e5ea1869bd -r 94c5388ed30b Plugin/DefaultConfiguration.json --- a/Plugin/DefaultConfiguration.json Wed Mar 15 20:27:43 2023 +0100 +++ b/Plugin/DefaultConfiguration.json Thu Mar 16 10:39:27 2023 +0100 @@ -4,6 +4,7 @@ // // "WebServiceUserProfileUrl" : " ROOT /user/get-profile", // // "WebServiceTokenValidationUrl" : " ROOT /tokens/validate", // // "WebServiceTokenCreationBaseUrl" : " ROOT /tokens/", + // // "WebServiceTokenDecoderUrl" : " ROOT /tokens/decode", // You should define it only if your auth webservice implements all 3 routes ! // "WebServiceRootUrl" : "http://change-me:8000/", @@ -18,6 +19,9 @@ // The Base URL of the auth webservice route to create tokens (optional) // "WebServiceTokenCreationBaseUrl" : "http://change-me:8000/tokens/", + // The URL of the auth webservice route implementing token decoding (optional) + // "WebServiceTokenDecoderUrl": "http://change-me:8000/tokens/decode" + // The username and password to connect to the webservice (optional) //"WebServiceUsername": "change-me", //"WebServicePassword": "change-me",