From 6db029bf9f06dc02ee04c7dc9a4b04066cabc869 Mon Sep 17 00:00:00 2001 From: Dylan Hall Date: Thu, 28 Mar 2024 16:50:39 -0400 Subject: [PATCH] FI-2635: add asymmetric auth client info to landing page --- .../fhir/landing/LandingViewController.java | 1 + .../webapp/WEB-INF/templates/landing.html | 24 +++++++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/mitre/fhir/landing/LandingViewController.java b/src/main/java/org/mitre/fhir/landing/LandingViewController.java index 40f96c94..b9cf63c5 100644 --- a/src/main/java/org/mitre/fhir/landing/LandingViewController.java +++ b/src/main/java/org/mitre/fhir/landing/LandingViewController.java @@ -26,6 +26,7 @@ public String showLandingView(Model model) { model.addAttribute("publicClientId", properties.getPublicClientId()); model.addAttribute("confidentialClientId", properties.getConfidentialClientId()); model.addAttribute("confidentialClientSecret", properties.getConfidentialClientSecret()); + model.addAttribute("asymmetricClientId", properties.getAsymmetricClientId()); model.addAttribute("bulkClientId", properties.getBulkClientId()); model.addAttribute("groupId", properties.getGroupId()); diff --git a/src/main/webapp/WEB-INF/templates/landing.html b/src/main/webapp/WEB-INF/templates/landing.html index ba427017..4de83341 100644 --- a/src/main/webapp/WEB-INF/templates/landing.html +++ b/src/main/webapp/WEB-INF/templates/landing.html @@ -64,7 +64,7 @@
- +
@@ -72,7 +72,7 @@
- +
@@ -81,13 +81,29 @@
- +
-
+
+ +
+ +
+
+ +
+ +
+ +
+
+