changeset 79:94c5388ed30b

doc
author Alain Mazy <am@osimis.io>
date Thu, 16 Mar 2023 10:39:27 +0100
parents a2e5ea1869bd
children 0ffad746a16b
files Plugin/DefaultConfiguration.json
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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",