Skip to content

Commit a609db2

Browse files
authored
Merge pull request #129 from TechnologyEnhancedLearning/Develop/Feature/TD-5385-AuthConfigurationForMoodle
Corrected RedirectUris for moodle client
2 parents fb8cd3f + f8b8d3d commit a609db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Auth/LearningHub.Nhs.Auth/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"ClientName": "",
188188
"ClientSecret": "",
189189
"AllowedGrantTypes": [ "authorization_code" ],
190-
"RedirectUris": [ "/login/oidc/" ],
190+
"RedirectUris": [ "/auth/oidc/" ],
191191
"PostLogoutUris": [ "/login/logout.php" ],
192192
"AllowedScopes": [ "openid", "profile", "learninghubapi", "userapi", "roles", "learningcredentialsapi" ],
193193
"BackChannelLogoutSessionRequired": true,

0 commit comments

Comments
 (0)