From fbb13bafda2ce7604adea9d2304c37176c900e9b Mon Sep 17 00:00:00 2001 From: x-PiVANHO <pvm@kereval.com> Date: Thu, 22 Jun 2023 18:09:13 +0200 Subject: [PATCH] [Fix] iti-103 endpoint --- IUA-Simulator/user.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IUA-Simulator/user.md b/IUA-Simulator/user.md index e69b2ab..3865214 100644 --- a/IUA-Simulator/user.md +++ b/IUA-Simulator/user.md @@ -107,7 +107,7 @@ Coming soon The ITI-103 transaction is usually sent by the Resource Server to the Authorization Server to retrieve information relative to the the endpoints and token format created by the authorization server. ``` http -HTTP GET {$simulator.endpoint}/iua-simulator/rest/ihe/.well-known/smart-configuration HTTP 1.1 +HTTP GET {$simulator.endpoint}/iua-simulator/rest/ihe/.well-known HTTP 1.1 ``` Here is a list of the properties that should be accessible through this call, and their meaning. @@ -241,7 +241,7 @@ ___ The ITI-103 transaction is usually sent by the Resource Server to the Authorization Server to retrieve information relative to the the endpoints and token format created by the authorization server. ``` http -HTTP GET {$simulator.endpoint}/iua-simulator/rest/ch/.well-known/smart-configuration HTTP 1.1 +HTTP GET {$simulator.endpoint}/iua-simulator/rest/ch/.well-known HTTP 1.1 ``` Here is a list of properties that should be accessible through this transaction : -- GitLab