From f8b8d3d61dbaeae6be751dfc45dce8dc27e08d9f Mon Sep 17 00:00:00 2001 From: Colin Beeby Date: Thu, 27 Feb 2025 10:05:49 +0000 Subject: [PATCH] Corrected RedirectUris for moodle client --- Auth/LearningHub.Nhs.Auth/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auth/LearningHub.Nhs.Auth/appsettings.json b/Auth/LearningHub.Nhs.Auth/appsettings.json index c1aa5d7..f746802 100644 --- a/Auth/LearningHub.Nhs.Auth/appsettings.json +++ b/Auth/LearningHub.Nhs.Auth/appsettings.json @@ -187,7 +187,7 @@ "ClientName": "", "ClientSecret": "", "AllowedGrantTypes": [ "authorization_code" ], - "RedirectUris": [ "/login/oidc/" ], + "RedirectUris": [ "/auth/oidc/" ], "PostLogoutUris": [ "/login/logout.php" ], "AllowedScopes": [ "openid", "profile", "learninghubapi", "userapi", "roles", "learningcredentialsapi" ], "BackChannelLogoutSessionRequired": true,